aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ChainedIncludesSource.cpp
AgeCommit message (Expand)Author
2011-08-02Following up the earlier refactoring/cleanup work by fixing up how we manage ...Jonathan D. Turner
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-22Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor
2011-07-22Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor
2011-07-15Augment the interface of ExternalASTSource::FindExternalLexicalDecls()Douglas Gregor
2011-04-28Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...Ted Kremenek
2011-03-31Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of...Sebastian Redl
2011-03-31Tell the diagnostic client about starting and ending source files when automa...Sebastian Redl
2011-03-09Silence gcc warnings.Argyrios Kyrtzidis
2011-03-09Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis