Switch labels over to using normal name lookup, instead of their
commitaa26dfe403d48571de1e6c21e1cdd61550e03fae
authorChris Lattner <sabre@nondot.org>
Fri, 18 Feb 2011 01:27:55 +0000 (18 01:27 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Feb 2011 01:27:55 +0000 (18 01:27 +0000)
treead1699cd2931e9dcb944ffe6ee620db7727c8ccc
parent401de4ccfcea3f0ad1c8a4aac1bc824c358ab5d5
Switch labels over to using normal name lookup, instead of their
own weird little DenseMap.  Hey look, we now emit unused label
warnings deterministically, amazing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125813 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Scope.h
include/clang/Sema/ScopeInfo.h
include/clang/Sema/Sema.h
lib/Parse/ParseExpr.cpp
lib/Parse/ParseStmt.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaStmt.cpp