summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.union/class.union.anon/p1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR26048, PR26050: put non-type template parameters and indirect field declsRichard Smith2016-01-061-4/+2
| | | | | | | | into IDNS_Tag in C++, because they conflict with redeclarations of tags. (This doesn't affect elaborated-type-specifier lookup, which looks for IDNS_Type in C++). llvm-svn: 256985
* Fix half of PR26048. We don't yet diagnose the case where the anonymous ↵Richard Smith2016-01-061-0/+26
union member is declared first and the tag name is declared second. llvm-svn: 256979
OpenPOWER on IntegriCloud