]> granicus.if.org Git - clang/commit
Revert "C++ doesn't really use "namespaces" for different kinds of names the same...
authorDaniel Dunbar <daniel@zuster.org>
Fri, 23 Apr 2010 13:07:39 +0000 (13:07 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 23 Apr 2010 13:07:39 +0000 (13:07 +0000)
commit00b40d3f2fb8b2f9043daf3dd4558bff98346b3c
treed48af4c3cb69fada518349e2d467bf2c93c9eccf
parent1444aefa635ea46806bba1c7cbc01a85f6faff90
Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102174 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/ASTImporter.cpp
lib/AST/DeclBase.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaLookup.cpp
test/CXX/basic/basic.lookup/basic.lookup.elab/p2.cpp [deleted file]
test/CXX/class.access/class.friend/p1.cpp
test/CXX/temp/temp.decls/temp.friend/p1.cpp
test/SemaCXX/typedef-redecl.cpp