]> granicus.if.org Git - clang/commit
Implement P1094R2 (nested inline namespaces)
authorErich Keane <erich.keane@intel.com>
Mon, 12 Nov 2018 17:19:48 +0000 (17:19 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 12 Nov 2018 17:19:48 +0000 (17:19 +0000)
commit8e8c9f7c8a9e74c7007e3d71e308b4abe231712e
tree7a55e3289cd1ac401cccbb884281b3894dc552cb
parente6966fe563654422468e12db1abc3aad69fd78fd
Implement P1094R2 (nested inline namespaces)

As approved for the Working Paper in San Diego, support annotating
inline namespaces with 'inline'.

Change-Id: I51a654e11ffb475bf27cccb2458768151619e384

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346677 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Parse/Parser.h
lib/Parse/ParseDeclCXX.cpp
test/Parser/cxx2a-inline-nested-namespace-definition.cpp [new file with mode: 0644]
www/cxx_status.html