summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/JumpDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-30/+30
* enhance the goto checker to reject jumps across __block variable definitions.Chris Lattner2009-07-191-0/+2
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-3/+3
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-3/+3
* Improve validation of C++ exception handling: diagnose throwing incomplete ty...Sebastian Redl2009-04-271-2/+22
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-0/+1
* add support for goto checking and @synchronized blocks,Chris Lattner2009-04-211-0/+16
* move jump scope checking and related code out into its own file, SemaDecl.cpp isChris Lattner2009-04-191-0/+290
OpenPOWER on IntegriCloud