]> granicus.if.org Git - clang/commit
Point the caret at the error for the 'expected namespace name' diagnostic in
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Apr 2012 23:13:23 +0000 (23:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Apr 2012 23:13:23 +0000 (23:13 +0000)
commitbf9658c3c200ee19bf0b6b157149f2376e39d270
treec6d32c9cd0ec93988cd6d3e9897550902c447ca0
parentbc1029b4a47282cb4ce27c7014acb864b10a4043
Point the caret at the error for the 'expected namespace name' diagnostic in
a namespace alias declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/namespace-alias.cpp