]> granicus.if.org Git - clang/commit
refactor some code, adding a new getLabelMap() accessor method
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 20:01:55 +0000 (20:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 20:01:55 +0000 (20:01 +0000)
commitea29a3a0d6948c4a51a261d19ec1a585d2a9c779
tree3cfbecbe69e2f6791678916917fad8555fc4a21e
parenta9768b72bb5ea061c9f10d6aa51b3be3241f3ec2
refactor some code, adding a new getLabelMap() accessor method
so that clients can't poke the function-local one when they really
want the current block label.  No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaStmt.cpp