summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ChainedIncludesSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't force the complete deserialization of the visible-declarationsDouglas Gregor2011-08-241-3/+0
* Following up the earlier refactoring/cleanup work by fixing up how we manage ...Jonathan D. Turner2011-08-021-8/+16
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-7/+7
* Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor2011-07-221-2/+2
* Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor2011-07-221-1/+1
* Augment the interface of ExternalASTSource::FindExternalLexicalDecls()Douglas Gregor2011-07-151-1/+2
* Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...Ted Kremenek2011-04-281-0/+10
* Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of...Sebastian Redl2011-03-311-0/+15
* Tell the diagnostic client about starting and ending source files when automa...Sebastian Redl2011-03-311-0/+3
* Silence gcc warnings.Argyrios Kyrtzidis2011-03-091-3/+3
* Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis2011-03-091-0/+207
OpenPOWER on IntegriCloud