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