summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/cxx-lookup
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When determining whether a name from a module replaces a name weRichard Smith2015-02-103-0/+4
| | | | | | | | | already have, check whether the name from the module is actually newer than the existing declaration. If it isn't, we might (say) replace a visible declaration with an injected friend, and thus make it invisible (or lose a default argument or an array bound). llvm-svn: 228661
* [modules] When performing a lookup into a namespace, ensure that any laterRichard Smith2014-08-137-0/+25
redefinitions of that namespace have already been loaded. When writing out the names in a namespace, if we see a name that is locally declared and had imported declarations merged on top of it, export the local declaration as the lookup result, because it will be the most recent declaration of that entity in the redeclaration chain of an importer of the module. llvm-svn: 215518
OpenPOWER on IntegriCloud