aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization/ChainedIncludesSource.h
AgeCommit message (Expand)Author
2011-12-09Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth
2011-08-24Don't force the complete deserialization of the visible-declarationsDouglas Gregor
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
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-09Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis