summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ChainedIncludesSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth2011-12-091-240/+0
* When writing a module file, pass the module through to the ASTDouglas Gregor2011-11-301-2/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Always construct an ASTReader with a non-NULL ASTContext andDouglas Gregor2011-09-021-1/+1
* Modules hide macro definitions by default, so that silly things likeDouglas Gregor2011-09-011-1/+1
* Remove the Chaining argument from the PCH/module generator. It's no longer usedDouglas Gregor2011-08-251-1/+0
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-1/+1
* 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