]> granicus.if.org Git - clang/commit
Namespaces can only be defined at global or namespace scope. Fixes PR6596.
authorDouglas Gregor <dgregor@apple.com>
Fri, 14 May 2010 05:08:22 +0000 (05:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 14 May 2010 05:08:22 +0000 (05:08 +0000)
commit95f1b15ce1b281c8517d77792abe540753fbcc12
treed65e72d070343f5c9907fc6398659c9a7de82a35
parent00b4b039f02d338ae4774797053235a7e65abbde
Namespaces can only be defined at global or namespace scope. Fixes PR6596.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103767 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDeclCXX.cpp
test/Parser/namespaces.cpp [new file with mode: 0644]