summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-18 21:00:42 +0000
committerChris Lattner <sabre@nondot.org>2009-04-18 21:00:42 +0000
commit1d4fc1bc6d698426b2850f169a5dce836ed418c3 (patch)
treee93bb8296f71dcea2de37b632af5039bbad0810d /clang/lib/Sema/SemaTemplate.cpp
parentd497a8bae13f2ca413928fd4da118bd2af46c1fa (diff)
downloadbcm5719-llvm-1d4fc1bc6d698426b2850f169a5dce836ed418c3.tar.gz
bcm5719-llvm-1d4fc1bc6d698426b2850f169a5dce836ed418c3.zip
unconditionally check for goto correctness. This is because switch
statements don't end up in the LabelMap so we don't have a quick way to filter them. We could add state to Sema (a "has vla" and "has jump" bit) to try to filter this out, but that would be sort of gross and I'm not convinced it is the best way. Thoughts welcome. llvm-svn: 69476
Diffstat (limited to 'clang/lib/Sema/SemaTemplate.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud