aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ExternalASTSource.h
AgeCommit message (Expand)Author
2009-07-02Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor
2009-04-28Fix additional issues pointed out in PR4088.Eli Friedman
2009-04-27A couple more small changes which are probably required for Cygwin Eli Friedman
2009-04-27rename GetStmt -> GetDeclStmt to make it clear that the stmt readChris Lattner
2009-04-21Lazy deserialization of the declaration chains associated withDouglas Gregor
2009-04-18Lazy deserialization of function bodies for PCH files. For the CarbonDouglas Gregor
2009-04-18FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor
2009-04-14Fix build error.Mike Stump
2009-04-14When writing a PCH file, keep track of all of the non-static,Douglas Gregor
2009-04-10Various minor fixes to PCH reading and writing, with generalDouglas Gregor
2009-04-09Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor