aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/JumpDiagnostics.cpp
AgeCommit message (Expand)Author
2009-11-17Silence some warnings produced by Clang, and add a missing headerDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-19enhance the goto checker to reject jumps across __block variable definitions.Chris Lattner
2009-06-30Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis
2009-06-18Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor
2009-04-27Improve validation of C++ exception handling: diagnose throwing incomplete ty...Sebastian Redl
2009-04-26split ObjC and C++ Statements out into their own headers.Chris Lattner
2009-04-21add support for goto checking and @synchronized blocks,Chris Lattner
2009-04-19move jump scope checking and related code out into its own file, SemaDecl.cpp isChris Lattner