Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++2a] Implement semantic restrictions for 'export' declarations. | Richard Smith | 2019-04-22 | 1 | -2/+3 |
| | | | | llvm-svn: 358932 | ||||
* | Change test to output 'pcm' to the temp dir, not the source dir | Ilya Biryukov | 2018-06-06 | 1 | -1/+1 |
| | | | | llvm-svn: 334073 | ||||
* | [Sema] Fix parsing of anonymous union in language linkage specification | Jan Korous | 2018-06-06 | 1 | -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 |