summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Redeclarable.h
Commit message (Expand)AuthorAgeFilesLines
* [ptr-traits] Switch the Redeclarable template to using a void pointer inChandler Carruth2015-12-301-4/+12
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Keep track of canonical decls in Redeclarable.Manuel Klimek2015-03-251-14/+5
* [modules] Avoid adding a redecl chain to the 'pending out of date' list as theRichard Smith2015-02-281-0/+7
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-191-0/+2
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-13/+70
* Stop all the Decl classes poking at Redeclarable's data member directly, and ...Richard Smith2014-05-101-5/+8
* [C++11] Use 'nullptr'Craig Topper2014-05-061-4/+4
* Reapplying r203299 in a slightly different manner. Now range APIs are impleme...Aaron Ballman2014-03-081-5/+2
* In my tests, I'm finding that declaring iterators in terms of ranges can some...Aaron Ballman2014-03-071-2/+5
* Partial revert of r203179. The build bots are telling me that some out-of-tre...Aaron Ballman2014-03-071-0/+3
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-6/+8
* This should use the possessive adjective.Rafael Espindola2013-10-191-1/+1
* Comment improvement.Rafael Espindola2013-10-191-1/+1
* Rename some functions for consistency.Rafael Espindola2013-10-171-14/+10
* When merging class definitions across modules in C++, merge together fields.Richard Smith2013-10-071-0/+36
* Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri...David Blaikie2012-05-281-15/+14
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-9/+9
* Add a sanity check in the Redeclarable::redecl_iterator to avoid infinite loopArgyrios Kyrtzidis2011-12-171-1/+13
* Re-implement caching for the linkage calculation of declarations.Douglas Gregor2010-12-061-19/+1
* Revert r120808, my previous implementation of caching for the linkageDouglas Gregor2010-12-061-2/+20
* Implement caching for the linkage and visibility calculations ofDouglas Gregor2010-12-031-20/+2
* Rename PCHDeclReader -> ASTDeclReader.Sebastian Redl2010-08-181-1/+1
* Do the PCH->AST rename for ASTWriter's implementation parts.Sebastian Redl2010-08-181-1/+1
* Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis2010-08-031-0/+3
* Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis2010-07-021-0/+5
* Qualify the name of the llvm::cast template. I am somewhat amazed that GCC pa...Douglas Gregor2009-11-251-1/+2
* Make sure redeclaration chains are properly linked, even through invalid decl...Sebastian Redl2009-11-241-2/+10
* Make a few headers parse standaloneDouglas Gregor2009-11-151-0/+1
* add a fixme, inheriting from PointerIntPair is gross :)Chris Lattner2009-11-131-0/+2
* Mangle based on the declaration we're given, not the canonicalDouglas Gregor2009-10-281-0/+5
* Fix http://llvm.org/PR5090.Mike Stump2009-09-291-0/+9
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-6/+6
* Introduce the Redeclarable template class, which serves as a base type defini...Argyrios Kyrtzidis2009-07-181-0/+153