summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR26179
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-283-5/+0
| | | | | | | | | | | | | | If we import a module that has a complete array type and one that has an incomplete array type, the declaration found by name lookup might be the one with the incomplete type, possibly resulting in rejects-valid. Now, the name lookup prefers decls with a complete array types. Also, diagnose cases when the redecl chain has array bound, different from the merge candidate. Reviewed by Richard Smith. llvm-svn: 262189
* Merge templated static member variables, fixes http://llvm.org/pr26179.Yaron Keren2016-01-224-0/+29
Patch by Vassil Vassilev! Reviewed by Richard Smith. llvm-svn: 258524
OpenPOWER on IntegriCloud