summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ChainedIncludesSource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization ↵Sebastian Redl2011-03-311-0/+15
| | | | | | of the ASTReader is incomplete, leading to errors like not realizing std::type_info is already defined. llvm-svn: 128664
* Tell the diagnostic client about starting and ending source files when ↵Sebastian Redl2011-03-311-0/+3
| | | | | | automatically creating chained PCHs. This way, we don't get a crash whenever a diagnostic is emitted while processing the include. llvm-svn: 128663
* Silence gcc warnings.Argyrios Kyrtzidis2011-03-091-3/+3
| | | | llvm-svn: 127370
* Introduce '-chain-include' option to specify headers that will be converted ↵Argyrios Kyrtzidis2011-03-091-0/+207
to chained PCHs in memory without having to use multiple runs and intermediate files. Intended for testing & debugging of chained PCH. llvm-svn: 127339
OpenPOWER on IntegriCloud