aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/PreprocessorOptions.h
AgeCommit message (Expand)Author
2012-10-24Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor
2012-03-07[PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis
2012-03-06Add 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-25Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis
2012-02-20Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false b...Argyrios Kyrtzidis
2012-01-03Add a "Modules" language option, which subsumes the previousDouglas Gregor
2011-10-17When building a module, use the macro definitions on the command lineDouglas Gregor
2011-09-15Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor
2011-09-15Detect cyclic module dependencies in a manner that is rather moreDouglas Gregor
2011-09-15Eliminate the list of modules from the preprocessor options. This wasDouglas Gregor
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-13When building a module on-demand, clear out the "non-modular" languageDouglas Gregor
2011-08-05Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-14Update the remaining comments in Frontend to 'expansion'.Chandler Carruth
2011-07-14NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth
2011-06-30Fix typoPeter Collingbourne
2011-06-15Automatic Reference Counting.John McCall
2011-05-06Introduce a new libclang parsing flag,Douglas Gregor
2011-03-09Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis
2011-03-08Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the...Argyrios Kyrtzidis
2011-02-05Improve our uniquing of file entries when files are re-saved or areDouglas Gregor
2010-10-14Introduce command line option -error-on-deserialized-decl that is accompanied...Argyrios Kyrtzidis
2010-10-14Introduce command line option -dump-deserialized-decls which is used to print...Argyrios Kyrtzidis
2010-07-27Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor
2010-07-26Introduce basic support for loading a precompiled preamble whileDouglas Gregor
2010-07-23Basic plumbing for generating a precompiled preamble for anDouglas Gregor
2010-07-19Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor
2010-03-19Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor
2010-01-23Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor
2009-12-02Introduce a new clang-cc option Douglas Gregor
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar
2009-11-12Move TokenCache option to PreprocessorOptions.Daniel Dunbar
2009-11-11clang-cc: Move InitializePreprocessorOptions to Options.cppDaniel Dunbar
2009-11-10PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries.Daniel Dunbar
2009-11-10Decouple more of clang-cc by moving ImplicitP[CT]H options intoDaniel Dunbar
2009-11-07Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fixDaniel Dunbar