Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -30/+30 |
* | enhance the goto checker to reject jumps across __block variable definitions. | Chris Lattner | 2009-07-19 | 1 | -0/+2 |
* | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -3/+3 |
* | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -3/+3 |
* | Improve validation of C++ exception handling: diagnose throwing incomplete ty... | Sebastian Redl | 2009-04-27 | 1 | -2/+22 |
* | split ObjC and C++ Statements out into their own headers. | Chris Lattner | 2009-04-26 | 1 | -0/+1 |
* | add support for goto checking and @synchronized blocks, | Chris Lattner | 2009-04-21 | 1 | -0/+16 |
* | move jump scope checking and related code out into its own file, SemaDecl.cpp is | Chris Lattner | 2009-04-19 | 1 | -0/+290 |