Age | Commit message (Expand) | Author |
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-10 | Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou... | Eli Friedman |
2012-11-09 | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis |
2012-11-09 | Turn FrontendInputFile into an immutable class and have it also accept | Argyrios Kyrtzidis |
2012-11-09 | Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, | Argyrios Kyrtzidis |
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-08 | Remove code to fall back to llvm-gcc for i386 kexts. | Bob Wilson |
2012-11-07 | When loading a module fails because it is out of date, rebuild that | Douglas Gregor |
2012-11-05 | Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so | Douglas Gregor |
2012-11-05 | Frontend: Add support for reading named pipes as the main file. | Daniel Dunbar |
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-03 | only truncate source lines in text diagnostics when | Seth Cantrell |
2012-11-03 | don't step into the middle of multibyte sequences | Seth Cantrell |
2012-11-03 | fix bug in SourceColumnMap::startOfPreviousColumn | Seth Cantrell |
2012-11-03 | Add a proper algorithm to compute accurate source ranges for diagnostics with | Eli Friedman |
2012-11-02 | When code-completing don't disable the preprocessing record if modules are en... | Argyrios Kyrtzidis |
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-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
2012-10-31 | Fix for -ast-dump-filter | Alexander Kornienko |
2012-10-31 | Decouple code-completion for the SkipFunctionBodies frontend option and | Argyrios Kyrtzidis |
2012-10-30 | remove duplicate data array | Seth Cantrell |
2012-10-30 | fix calculation of end pointer | Seth Cantrell |
2012-10-29 | Move getOriginalSourceFileName inline. Patch by Laszlo Nagy. | Rafael Espindola |
2012-10-29 | Remove spurious mode marker from .cpp file. | Nick Lewycky |
2012-10-27 | Reverted back the changes made in 166868 and in 166869 | Mahesha S |
2012-10-27 | ------------------------------------------------- | Mahesha S |
2012-10-25 | ASTUnit doesn't actually care about the predefines; don't record them. | Douglas Gregor |
2012-10-24 | Teach the PCH validator to check the preprocessor options, especially | Douglas Gregor |
2012-10-24 | Teach the preprocessor to hold onto the preprocessor options. | Douglas Gregor |
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-23 | If the precompiled header named by "-include" is actually a directory, | Douglas Gregor |
2012-10-22 | Handle implicitly-included PCH files the same way as | Douglas Gregor |
2012-10-22 | Allow clients of the AST reader to specify what kinds of AST load | Douglas Gregor |
2012-10-22 | Distinguish the various kinds of AST file loading failures: | 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-19 | Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec... | Andy Gibbs |
2012-10-19 | Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex... | Andy Gibbs |