index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
PreprocessorOptions.h
Age
Commit message (
Expand
)
Author
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