summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx2a-inline-nested-namespace-definition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Fix formatting in inline nested namespace definition.Erich Keane2018-11-121-11/+11
| | | | | | | | Apparently my invocation of clang-format in VIM didn't get this right, but the patch-version DID. This patch just runs CF on this file. Change-Id: Ied462a2d921cbb813fa427740d3ef6e97959b56d llvm-svn: 346696
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-0/+51
As approved for the Working Paper in San Diego, support annotating inline namespaces with 'inline'. Change-Id: I51a654e11ffb475bf27cccb2458768151619e384 llvm-svn: 346677
OpenPOWER on IntegriCloud