summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/redecl-merge-left.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor2013-02-181-0/+1
* [Modules] Cope better with top-level declarations loaded after being declared...Douglas Gregor2013-02-111-0/+8
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* 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-21/+0
* The Redeclarable part of named decls is read before their name.Axel Naumann2012-10-011-5/+7
* 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-1/+1
* (Implicit) parameters deserialized as part of a function type must notDouglas Gregor2012-01-131-0/+5
* Implement declaration merging for variables in disjoint modules.Douglas Gregor2012-01-041-0/+15
* Implement declaration merging for non-template functions fromDouglas Gregor2012-01-041-0/+4
* 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/+17
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-1/+1
* Implement declaration merging for Objective-C protocols acrossDouglas Gregor2012-01-011-0/+4
* Wire up redeclaration chains for Objective-C protocols, so that bothDouglas Gregor2012-01-011-0/+5
* Serialize the AST reader's mapping from canonical declarations to theDouglas Gregor2011-12-221-0/+2
* When deserializing an Objective-C class, check whether we have anotherDouglas Gregor2011-12-221-0/+12
* 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/+5
* The submodule offset map can introduce "empty" remapping entries forDouglas Gregor2011-12-191-0/+1
* Optimize serialized representation of redeclarable declarations forDouglas Gregor2011-12-191-0/+4
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-0/+7
OpenPOWER on IntegriCloud