summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/using-decl-redecl/c.h
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When performing redeclaration lookup for a using declaration, preferRichard Smith2015-07-291-0/+2
UsingShadowDecls over other declarations of the same entity in the lookup results. This ensures that we build correct redeclaration chains for the UsingShadowDecls (otherwise we could see assertions and other misbehavior in modules builds, when merging combines multiple redeclaration chains for the same entity from the same module into one chain). llvm-svn: 243592
OpenPOWER on IntegriCloud