Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] Don't diagnose a conflict between two using-declarations that name ↵ | Richard Smith | 2016-01-12 | 3 | -3/+6 |
| | | | | | | equivalent internal linkage entities. llvm-svn: 257512 | ||||
* | [modules] When performing redeclaration lookup for a using declaration, prefer | Richard Smith | 2015-07-29 | 4 | -0/+10 |
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 |