summaryrefslogtreecommitdiff
path: root/include/clang/AST/Redeclarable.h
Commit message (Expand)AuthorAge
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-19
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-16
* Stop all the Decl classes poking at Redeclarable's data member directly, and ...Richard Smith2014-05-10
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Reapplying r203299 in a slightly different manner. Now range APIs are impleme...Aaron Ballman2014-03-08
* In my tests, I'm finding that declaring iterators in terms of ranges can some...Aaron Ballman2014-03-07
* Partial revert of r203179. The build bots are telling me that some out-of-tre...Aaron Ballman2014-03-07
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-06
* This should use the possessive adjective.Rafael Espindola2013-10-19
* Comment improvement.Rafael Espindola2013-10-19
* Rename some functions for consistency.Rafael Espindola2013-10-17
* When merging class definitions across modules in C++, merge together fields.Richard Smith2013-10-07
* Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri...David Blaikie2012-05-28
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-14
* Add a sanity check in the Redeclarable::redecl_iterator to avoid infinite loopArgyrios Kyrtzidis2011-12-17
* Re-implement caching for the linkage calculation of declarations.Douglas Gregor2010-12-06
* Revert r120808, my previous implementation of caching for the linkageDouglas Gregor2010-12-06
* Implement caching for the linkage and visibility calculations ofDouglas Gregor2010-12-03
* Rename PCHDeclReader -> ASTDeclReader.Sebastian Redl2010-08-18
* Do the PCH->AST rename for ASTWriter's implementation parts.Sebastian Redl2010-08-18
* Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis2010-08-03
* Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis2010-07-02
* Qualify the name of the llvm::cast template. I am somewhat amazed that GCC pa...Douglas Gregor2009-11-25
* Make sure redeclaration chains are properly linked, even through invalid decl...Sebastian Redl2009-11-24
* Make a few headers parse standaloneDouglas Gregor2009-11-15
* add a fixme, inheriting from PointerIntPair is gross :)Chris Lattner2009-11-13
* Mangle based on the declaration we're given, not the canonicalDouglas Gregor2009-10-28
* Fix http://llvm.org/PR5090.Mike Stump2009-09-29
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Introduce the Redeclarable template class, which serves as a base type defini...Argyrios Kyrtzidis2009-07-18