llvm-project/clang/lib
Hans Wennborg d1ddb9afd4 CC1: Only parse command-line options that have the CC1Option flag.
We already reject flags that don't have the CC1Option flag,
but we would previously do so after parsing the command-line
arguments.

Since the option parser now has a parameter for excluding options,
we should just use that instead.

Differential Revision: http://llvm-reviews.chandlerc.com/D1270

llvm-svn: 187668
2013-08-02 20:16:22 +00:00
..
ARCMigrate ObjectiveC migrator: Fixes public buildbot failures, 2013-08-02 18:00:53 +00:00
AST AST: Treat inline function declarations in -fms-compatibility as if it were in C++ when in C mode 2013-08-01 17:26:42 +00:00
ASTMatchers Add matcher for float literals. 2013-07-26 18:52:58 +00:00
Analysis [analyzer] Include analysis stack in crash traces. 2013-07-19 00:59:08 +00:00
Basic ObjectiveC migrator: Fixes public buildbot failures, 2013-08-02 18:00:53 +00:00
CodeGen Use function attributes to indicate if we don't want to realign the stack. 2013-08-01 21:41:02 +00:00
Driver Convert last use of st_dev in clang. 2013-08-02 15:31:35 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Fix string breaking after "<<". 2013-08-02 11:01:15 +00:00
Frontend CC1: Only parse command-line options that have the CC1Option flag. 2013-08-02 20:16:22 +00:00
FrontendTool ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Headers This patch implements __get_cpuid_max() as an inline and __cpuid() and 2013-07-19 17:28:36 +00:00
Lex Use llvm::sys::fs::UniqueID for windows and unix. 2013-08-01 21:42:11 +00:00
Parse Parse: Don't consider attributes of broken member declarators 2013-08-01 04:22:55 +00:00
Rewrite [frontend] '-frewrite-includes' should not ignore headers included from command-line. 2013-07-26 15:32:04 +00:00
Sema Remove rather oddly merged logic from AArch64 commit. 2013-08-02 11:38:46 +00:00
Serialization When merging redeclaration chains across modules, if a declaration is visible 2013-08-02 01:09:12 +00:00
StaticAnalyzer [analyzer] Don't process autorelease counts in synthesized function bodies. 2013-08-01 22:16:36 +00:00
Tooling Allow clang tools to display an overview when using the CommonOptionsParser. 2013-07-19 12:20:59 +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