aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/PreprocessorOptions.h
AgeCommit message (Expand)Author
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