llvm-project/clang/lib
Ehsan Akhgari a228bdb6e2 Recognize .lib files as linker input explicitly
Summary:
Currently, this is done implicitly in Driver::BuildInputs by considering
any invalid input type as linker input.

Test Plan: I don't think this behavior is observable for the reason stated above.

Reviewers: hansw

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D5294

llvm-svn: 217522
2014-09-10 17:15:00 +00:00
..
ARCMigrate Unique_ptrify PPCallbacks ownership. 2014-09-10 04:53:53 +00:00
AST Objective-C. Under a special flag, -Wcstring-format-directive, 2014-09-09 23:10:54 +00:00
ASTMatchers Separate the matchers by type and statically dispatch to the right list. 2014-09-05 20:15:31 +00:00
Analysis Objective-C. Under a special flag, -Wcstring-format-directive, 2014-09-09 23:10:54 +00:00
Basic Objective-C. Under a special flag, -Wcstring-format-directive, 2014-09-09 23:10:54 +00:00
CodeGen typo 2014-09-10 16:59:01 +00:00
Driver Recognize .lib files as linker input explicitly 2014-09-10 17:15:00 +00:00
Edit Objective-C modernization. Convert -initWithUTF8String messaging 2014-08-25 20:22:25 +00:00
Format clang-format: Add option to allow short case labels on a single line. 2014-09-10 13:11:45 +00:00
Frontend Unique_ptrify PPCallbacks ownership. 2014-09-10 04:53:53 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers arm_acle: Fix error in ROR implementation 2014-08-28 15:25:52 +00:00
Index clang-format: [JS] Support regex literals with trailing escaped slash. 2014-09-09 14:37:39 +00:00
Lex Unique_ptrify PPCallbacks ownership. 2014-09-10 04:53:53 +00:00
Parse Don't crash on access decls with invalid scope specifier, PR20887. 2014-09-10 00:59:37 +00:00
Rewrite Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema Objective-C. Under a special flag, -Wcstring-format-directive, 2014-09-09 23:10:54 +00:00
Serialization Fix PCHs that import more than one module 2014-09-08 20:36:26 +00:00
StaticAnalyzer Teach the analyzer that __builtin_assume_aligned returns its first argument. 2014-09-09 21:42:16 +00:00
Tooling Tooling: Ignore file names in tooling::deduplicate. 2014-09-09 13:53:29 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00