summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/redecl-merge-right.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor2013-02-181-0/+3
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* When we load a function or method body from an AST file, we checkDouglas Gregor2012-10-091-1/+1
* Merge pending instantiations instead of overwriting existing ones.Axel Naumann2012-10-021-20/+0
* Also merge template redeclarations.Axel Naumann2012-10-011-0/+7
* Bring ASTReader and Writer into sync for the case where a canonical template ...Axel Naumann2012-10-011-0/+6
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-151-0/+4
* Implement declaration merging for variables in disjoint modules.Douglas Gregor2012-01-041-0/+9
* Implement declaration merging for non-template functions fromDouglas Gregor2012-01-041-0/+7
* Test "merging" of typedef types across distinct modules. At present,Douglas Gregor2012-01-031-0/+3
* Implement cross-module declaration merging for tag declarations, soDouglas Gregor2012-01-031-0/+12
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-2/+2
* Implement declaration merging for Objective-C protocols acrossDouglas Gregor2012-01-011-0/+5
* Wire up redeclaration chains for Objective-C protocols, so that bothDouglas Gregor2012-01-011-0/+12
* If we end up merging an Objective-C class with an existing Objective-CDouglas Gregor2011-12-221-0/+6
* When deserializing an Objective-C class, check whether we have anotherDouglas Gregor2011-12-221-0/+9
* When we make a previously-deserialized module definition visible,Douglas Gregor2011-12-201-0/+4
* When performing name lookup for a redeclaration, ignore moduleDouglas Gregor2011-12-201-0/+6
* Re-implement (de-)serialization of redeclaration chains forDouglas Gregor2011-12-191-0/+6
* Optimize serialized representation of redeclarable declarations forDouglas Gregor2011-12-191-0/+2
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-0/+9
OpenPOWER on IntegriCloud