aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/JumpDiagnostics.cpp
AgeCommit message (Expand)Author
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