]> granicus.if.org Git - clang/commit
PR12500: Improve the wording of the diagnostic for a redefinition of a name
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Apr 2012 04:07:40 +0000 (04:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Apr 2012 04:07:40 +0000 (04:07 +0000)
commita1c4f7c833093f87d5187c4449a3d4534cfa40a4
tree31ca867f759b210876a2da1893cff1528b92a3bf
parent5e6c3f0397254e2a1a9ef85cf13232f89e653640
PR12500: Improve the wording of the diagnostic for a redefinition of a name
in the wrong namespace scope. Patch by Jonathan Sauer!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154656 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/CXX/temp/temp.spec/temp.expl.spec/p2-0x.cpp
test/CXX/temp/temp.spec/temp.expl.spec/p2.cpp
test/SemaCXX/nested-name-spec.cpp
test/SemaCXX/qual-id-test.cpp