aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/Redeclarable.h
AgeCommit message (Expand)Author
2013-10-19This should use the possessive adjective.Rafael Espindola
2013-10-19Comment improvement.Rafael Espindola
2013-10-17Rename some functions for consistency.Rafael Espindola
2013-10-07When merging class definitions across modules in C++, merge together fields.Richard Smith
2012-05-28Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri...David Blaikie
2012-01-14De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor
2011-12-17Add a sanity check in the Redeclarable::redecl_iterator to avoid infinite loopArgyrios Kyrtzidis
2010-12-06Re-implement caching for the linkage calculation of declarations.Douglas Gregor
2010-12-06Revert r120808, my previous implementation of caching for the linkageDouglas Gregor
2010-12-03Implement caching for the linkage and visibility calculations ofDouglas Gregor
2010-08-18Rename PCHDeclReader -> ASTDeclReader.Sebastian Redl
2010-08-18Do the PCH->AST rename for ASTWriter's implementation parts.Sebastian Redl
2010-08-03Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis
2010-07-02Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis
2009-11-25Qualify the name of the llvm::cast template. I am somewhat amazed that GCC pa...Douglas Gregor
2009-11-24Make sure redeclaration chains are properly linked, even through invalid decl...Sebastian Redl
2009-11-15Make a few headers parse standaloneDouglas Gregor
2009-11-13add a fixme, inheriting from PointerIntPair is gross :)Chris Lattner
2009-10-28Mangle based on the declaration we're given, not the canonicalDouglas Gregor
2009-09-29Fix http://llvm.org/PR5090.Mike Stump
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-18Introduce the Redeclarable template class, which serves as a base type defini...Argyrios Kyrtzidis