aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2012-11-15Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames
2012-11-14Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith
2012-11-14objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian
2012-11-11s/BCPLComment/LineComment/Nico Weber
2012-11-09Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier
2012-11-09[driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-05Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, soDouglas Gregor
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-11-05Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith
2012-11-05Rename LangOptions members for address sanitizer and thread sanitizer fromRichard Smith
2012-11-05Hash the various compiler version, target, preprocessor, andDouglas Gregor
2012-11-01Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith
2012-11-01Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith
2012-10-27Reverted back the changes made in 166868 and in 166869Mahesha S
2012-10-27-------------------------------------------------Mahesha S
2012-10-24Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor
2012-10-24Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor
2012-10-23[analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.Jordan Rose
2012-10-23Use a .def file for most of the diagnostic options.Douglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-23Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor
2012-10-22Handle implicitly-included PCH files the same way asDouglas Gregor
2012-10-22[Options] Add prefixes to options.Michael J. Spencer
2012-10-19[Options] Make Option non clang specific.Michael J. Spencer
2012-10-18Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.Argyrios Kyrtzidis
2012-10-18Add a new option for and disable column number information as thereEric Christopher
2012-10-18[Options] Make Option non clang specific.Michael J. Spencer
2012-10-17Add -std=c++1y argument, for *highly* experimental C++14 support.Richard Smith
2012-10-16Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor
2012-09-13Conditionally parse documentation comments in system headers byTed Kremenek
2012-09-05[analyzer] Always include destructors in the analysis CFG.Jordan Rose
2012-09-05Allow disabling of wchar_t type.Abramo Bagnara
2012-08-31Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek
2012-08-31Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.Ted Kremenek
2012-08-30[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.Anna Zaks
2012-08-30Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. WeTed Kremenek
2012-08-30Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb...Ted Kremenek
2012-08-30Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'.Ted Kremenek
2012-08-30Store const& to AnalyzerOptions in AnalysisManager instead of copyingTed Kremenek
2012-08-30Move Analyses.def to include/clang/StaticAnalyzer.Ted Kremenek
2012-08-30Change -analyzer-config to use '=' as the key-value separator, and onlyTed Kremenek
2012-08-29Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek
2012-08-24[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a Chad Rosier
2012-08-21[analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.Jordan Rose
2012-08-21[driver] Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-21Screw around with ObjCRuntime some more, changing theJohn McCall
2012-08-08Preprocessor: fix __OPTIMIZE_SIZE__ and -OzDylan Noblesmith
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko