summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/anonymous-union-export.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-221-2/+3
| | | | llvm-svn: 358932
* Change test to output 'pcm' to the temp dir, not the source dirIlya Biryukov2018-06-061-1/+1
| | | | llvm-svn: 334073
* [Sema] Fix parsing of anonymous union in language linkage specificationJan Korous2018-06-061-0/+6
C++17 [dcl.link]p4: A linkage specification does not establish a scope. C++17 [class.union.anon]p2: Namespace level anonymous unions shall be declared static. Differential Revision: https://reviews.llvm.org/D45884 rdar://problem/37545925 llvm-svn: 334062
OpenPOWER on IntegriCloud