llvm-project/clang/lib
Hans Wennborg ed1d07282c Handle "--" explicitly in the driver
Anything that comes after -- is treated as an input file. This
used to be handled automagically by the option parsing library,
but after LLVM r188314, we should handle it ourselves.

No functionality change.

llvm-svn: 188316
2013-08-13 21:32:29 +00:00
..
ARCMigrate ObjectiveC migrator: Fixes a crash and makes couple 2013-08-13 18:01:42 +00:00
AST Fix typo in comment. 2013-08-13 09:17:25 +00:00
ASTMatchers Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. 2013-08-13 14:54:51 +00:00
Analysis Silence a warning from MSVC about not returning a value 2013-08-13 00:11:59 +00:00
Basic Add XCore target 2013-08-13 09:43:10 +00:00
CodeGen Add XCore target 2013-08-13 09:43:10 +00:00
Driver Handle "--" explicitly in the driver 2013-08-13 21:32:29 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Add option for the offset of constructor initializers. 2013-08-13 10:58:30 +00:00
Frontend SourceManager intialization tweaks. 2013-08-12 13:46:52 +00:00
FrontendTool Indicate success for simple options when clang called with -cc1. 2013-08-07 12:54:47 +00:00
Headers Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 256-bit casting intrinsics to improve performance. Thanks to Katya Romanova for identifying this issue. 2013-08-05 06:17:21 +00:00
Lex Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for double-width characters in FixIt-hints. 2013-08-09 06:35:06 +00:00
Parse Fix misindentation. 2013-08-12 02:53:18 +00:00
Rewrite [frontend] '-frewrite-includes' should not ignore headers included from command-line. 2013-07-26 15:32:04 +00:00
Sema Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: 2013-08-13 18:18:50 +00:00
Serialization Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: 2013-08-13 18:18:50 +00:00
StaticAnalyzer DirectIvarAssignment: Replace vtable'd objects with simple functions. 2013-08-09 17:17:42 +00:00
Tooling Adding a vector version of tooling::applyAllReplacements 2013-08-13 17:38:19 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00