]> granicus.if.org Git - clang/commit
Check that the namespace alias doesn't conflict with a previous declaration in this...
authorAnders Carlsson <andersca@mac.com>
Sat, 28 Mar 2009 06:23:46 +0000 (06:23 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 28 Mar 2009 06:23:46 +0000 (06:23 +0000)
commit8d7ba402ba062994e242c97719685d6d66a056dd
treefa75733695ceac5214031fe8c9fdd0de6d10475d
parent239a53edc946f3756635b2d230f62ed43dbbbef7
Check that the namespace alias doesn't conflict with a previous declaration in this scope.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67921 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/namespace-alias.cpp [new file with mode: 0644]