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