Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -30/+30 |
| | | | | llvm-svn: 81346 | ||||
* | enhance the goto checker to reject jumps across __block variable definitions. | Chris Lattner | 2009-07-19 | 1 | -0/+2 |
| | | | | llvm-svn: 76376 | ||||
* | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -3/+3 |
| | | | | | | | | | The implementations of these methods can Use Decl::getASTContext() to get the ASTContext. This commit touches a lot of files since call sites for these methods are everywhere. I used pre-tokenized "carbon.h" and "cocoa.h" headers to do some timings, and there was no real time difference between before the commit and after it. llvm-svn: 74501 | ||||
* | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -3/+3 |
| | | | | llvm-svn: 73702 | ||||
* | Improve validation of C++ exception handling: diagnose throwing incomplete ↵ | Sebastian Redl | 2009-04-27 | 1 | -2/+22 |
| | | | | | | types and jumps into protected try-catch scopes. llvm-svn: 70242 | ||||
* | split ObjC and C++ Statements out into their own headers. | Chris Lattner | 2009-04-26 | 1 | -0/+1 |
| | | | | llvm-svn: 70105 | ||||
* | add support for goto checking and @synchronized blocks, | Chris Lattner | 2009-04-21 | 1 | -0/+16 |
| | | | | | | rdar://6810106 llvm-svn: 69667 | ||||
* | move jump scope checking and related code out into its own file, SemaDecl.cpp is | Chris Lattner | 2009-04-19 | 1 | -0/+290 |
already too large. llvm-svn: 69505 |