Go to file
Chris Lattner 1d4fc1bc6d 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
2009-04-18 21:00:42 +00:00
clang unconditionally check for goto correctness. This is because switch 2009-04-18 21:00:42 +00:00
llvm Reconfigure. 2009-04-18 20:55:55 +00:00