]> granicus.if.org Git - clang/commit
move jump scope checking and related code out into its own file, SemaDecl.cpp is
authorChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 04:46:21 +0000 (04:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 04:46:21 +0000 (04:46 +0000)
commit5af280ce21af061f96b5b5b752746871e364ba99
tree57f595b0a9c09f97a2e1a8e4b1aacd882b4ad27f
parent308b0ecf1c7f5965ade9971af9c5902f2abe211c
move jump scope checking and related code out into its own file, SemaDecl.cpp is
already too large.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69505 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
lib/Sema/CMakeLists.txt
lib/Sema/JumpDiagnostics.cpp [new file with mode: 0644]
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp