Age | Commit message (Expand) | Author |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-30 | [ubsan] Recover by default, use -fno-sanitize-recover to disable. | Will Dietz |
2012-12-24 | Support -fsanitize-memory-track-origins. | Evgeniy Stepanov |
2012-12-21 | Sort the includes according to the coding standard. | Roman Divacky |
2012-12-21 | Remove duplicate includes. | Roman Divacky |
2012-12-05 | [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this s... | Chad Rosier |
2012-12-05 | [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language | Chad Rosier |
2012-12-05 | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-12-03 | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov |
2012-12-02 | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz |
2012-11-23 | PR14306: Move -fbounds-checking to -fsanitize=bounds. | Joey Gouly |
2012-11-15 | block extended signatur option. Change previous option | Fariborz Jahanian |
2012-11-15 | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames |
2012-11-14 | Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for | Richard Smith |
2012-11-14 | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian |
2012-11-11 | s/BCPLComment/LineComment/ | Nico Weber |
2012-11-09 | Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves | Chad Rosier |
2012-11-09 | [driver] Add a -mstrict-align compiler option for ARM targets. | Chad Rosier |
2012-11-05 | Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so | Douglas Gregor |
2012-11-05 | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith |
2012-11-05 | Add -fsanitize=<sanitizers> argument to driver and frontend, and add | Richard Smith |
2012-11-05 | Rename LangOptions members for address sanitizer and thread sanitizer from | Richard Smith |
2012-11-05 | Hash the various compiler version, target, preprocessor, and | Douglas Gregor |
2012-11-01 | Remove first argument from Arg::getValue; it's been unused since r105760. | Richard Smith |
2012-11-01 | Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested | Richard Smith |
2012-10-27 | Reverted back the changes made in 166868 and in 166869 | Mahesha S |
2012-10-27 | ------------------------------------------------- | Mahesha S |
2012-10-24 | Move PreprocessorOptions into the Lex library, and make it intrusively | Douglas Gregor |
2012-10-24 | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor |
2012-10-23 | [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. | Jordan Rose |
2012-10-23 | Use a .def file for most of the diagnostic options. | Douglas Gregor |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-10-23 | Switch CodeGenOptions over to a .def file, like we do with LangOptions. | Douglas Gregor |
2012-10-22 | Handle implicitly-included PCH files the same way as | Douglas 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-18 | Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. | Argyrios Kyrtzidis |
2012-10-18 | Add a new option for and disable column number information as there | Eric Christopher |
2012-10-18 | [Options] Make Option non clang specific. | Michael J. Spencer |
2012-10-17 | Add -std=c++1y argument, for *highly* experimental C++14 support. | Richard Smith |
2012-10-16 | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor |
2012-09-13 | Conditionally parse documentation comments in system headers by | Ted Kremenek |
2012-09-05 | [analyzer] Always include destructors in the analysis CFG. | Jordan Rose |
2012-09-05 | Allow disabling of wchar_t type. | Abramo Bagnara |
2012-08-31 | Make AnalyzerOptions a shared object between CompilerInvocation and | Ted Kremenek |
2012-08-31 | Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. | Ted Kremenek |
2012-08-30 | [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. | Anna Zaks |
2012-08-30 | Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We | Ted Kremenek |
2012-08-30 | Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb... | Ted Kremenek |