Age | Commit message (Expand) | Author |
2012-10-24 | Move PreprocessorOptions into the Lex library, and make it intrusively | Douglas Gregor |
2012-03-07 | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-03-05 | [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond... | Argyrios Kyrtzidis |
2012-02-25 | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis |
2012-02-20 | Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false b... | Argyrios Kyrtzidis |
2012-01-03 | Add a "Modules" language option, which subsumes the previous | Douglas Gregor |
2011-10-17 | When building a module, use the macro definitions on the command line | Douglas Gregor |
2011-09-15 | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor |
2011-09-15 | Detect cyclic module dependencies in a manner that is rather more | Douglas Gregor |
2011-09-15 | Eliminate the list of modules from the preprocessor options. This was | Douglas Gregor |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-13 | When building a module on-demand, clear out the "non-modular" language | Douglas Gregor |
2011-08-05 | Wire up -import-module to run ReadAST for each module loaded. | Jonathan D. Turner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-14 | Update the remaining comments in Frontend to 'expansion'. | Chandler Carruth |
2011-07-14 | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth |
2011-06-30 | Fix typo | Peter Collingbourne |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |
2011-03-09 | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis |
2011-03-08 | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis |
2011-02-05 | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor |
2010-10-14 | Introduce command line option -error-on-deserialized-decl that is accompanied... | Argyrios Kyrtzidis |
2010-10-14 | Introduce command line option -dump-deserialized-decls which is used to print... | Argyrios Kyrtzidis |
2010-07-27 | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor |
2010-07-26 | Introduce basic support for loading a precompiled preamble while | Douglas Gregor |
2010-07-23 | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor |
2010-07-19 | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2010-01-23 | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor |
2009-12-02 | Introduce a new clang-cc option | Douglas Gregor |
2009-11-17 | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar |
2009-11-12 | Move TokenCache option to PreprocessorOptions. | Daniel Dunbar |
2009-11-11 | clang-cc: Move InitializePreprocessorOptions to Options.cpp | Daniel Dunbar |
2009-11-10 | PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. | Daniel Dunbar |
2009-11-10 | Decouple more of clang-cc by moving ImplicitP[CT]H options into | Daniel Dunbar |
2009-11-07 | Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix | Daniel Dunbar |