summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/PreprocessorOptions.h
Commit message (Expand)AuthorAgeFilesLines
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-071-0/+4
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+1
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-0/+5
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-5/+0
* Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false b...Argyrios Kyrtzidis2012-02-201-1/+1
* Add a "Modules" language option, which subsumes the previousDouglas Gregor2012-01-031-5/+0
* When building a module, use the macro definitions on the command lineDouglas Gregor2011-10-171-1/+0
* Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor2011-09-151-0/+5
* Detect cyclic module dependencies in a manner that is rather moreDouglas Gregor2011-09-151-0/+8
* Eliminate the list of modules from the preprocessor options. This wasDouglas Gregor2011-09-151-2/+0
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-0/+7
* When building a module on-demand, clear out the "non-modular" languageDouglas Gregor2011-09-131-0/+10
* Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner2011-08-051-0/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-4/+4
* Update the remaining comments in Frontend to 'expansion'.Chandler Carruth2011-07-141-1/+1
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-141-3/+3
* Fix typoPeter Collingbourne2011-06-301-1/+1
* Automatic Reference Counting.John McCall2011-06-151-1/+16
* Introduce a new libclang parsing flag,Douglas Gregor2011-05-061-0/+5
* Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis2011-03-091-0/+3
* Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the...Argyrios Kyrtzidis2011-03-081-0/+5
* Improve our uniquing of file entries when files are re-saved or areDouglas Gregor2011-02-051-1/+5
* Introduce command line option -error-on-deserialized-decl that is accompanied...Argyrios Kyrtzidis2010-10-141-0/+5
* Introduce command line option -dump-deserialized-decls which is used to print...Argyrios Kyrtzidis2010-10-141-1/+5
* Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor2010-07-271-0/+5
* Introduce basic support for loading a precompiled preamble whileDouglas Gregor2010-07-261-1/+18
* Basic plumbing for generating a precompiled preamble for anDouglas Gregor2010-07-231-6/+33
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-0/+4
* Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor2010-03-191-1/+5
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-0/+22
* Introduce a new clang-cc option Douglas Gregor2009-12-021-0/+19
* Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar2009-11-171-49/+1
* Move TokenCache option to PreprocessorOptions.Daniel Dunbar2009-11-121-0/+10
* clang-cc: Move InitializePreprocessorOptions to Options.cppDaniel Dunbar2009-11-111-1/+2
* PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries.Daniel Dunbar2009-11-101-7/+7
* Decouple more of clang-cc by moving ImplicitP[CT]H options intoDaniel Dunbar2009-11-101-0/+25
* Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fixDaniel Dunbar2009-11-071-0/+69