aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ChainedIncludesSource.cpp
AgeCommit message (Expand)Author
2011-12-09Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth
2011-11-30When writing a module file, pass the module through to the ASTDouglas Gregor
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-02Always construct an ASTReader with a non-NULL ASTContext andDouglas Gregor
2011-09-01Modules hide macro definitions by default, so that silly things likeDouglas Gregor
2011-08-25Remove the Chaining argument from the PCH/module generator. It's no longer usedDouglas Gregor
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-08-24Don't force the complete deserialization of the visible-declarationsDouglas Gregor
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