1. f61103e Clean up my changes to jump-diagnostic handling for local variables of by Douglas Gregor · 14 years ago
  2. e413516 Update the jump-scope checker for local variables with initializers, by Douglas Gregor · 14 years ago
  3. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  4. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  5. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 15 years ago
  6. 95c225d Implement an indirect-goto optimization for goto *&&lbl and respect this by John McCall · 15 years ago
  7. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 15 years ago
  8. 384aff8 Remove Sema.h's dependency on DeclCXX.h. by John McCall · 15 years ago
  9. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 15 years ago
  10. 97ba481 Labels (and case statement) don't create independent scope parents for the by John McCall · 15 years ago
  11. f8dcf1a Fix another case (this time in JumpScopeChecker) where walking deeply nested CaseStmts can blow out the stack. Fixes <rdar://problem/8125165>. by Ted Kremenek · 15 years ago
  12. 025291b Be a bit more careful with undefined CXXRecordDecls. Fixes by Douglas Gregor · 15 years ago
  13. 43dec6b Alter the internal representation of the condition variable in by Douglas Gregor · 15 years ago
  14. 5e2a7ac Improve commentary on the indirect-goto jump scope checker and extract by John McCall · 15 years ago
  15. ddb0b4d When checking scopes for indirect goto, be more permissive (but still safe) by John McCall · 15 years ago
  16. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
  17. 5abbd60 Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers by Douglas Gregor · 15 years ago
  18. 6d97e5e Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 15 years ago
  19. 6490ae5 Silence some warnings produced by Clang, and add a missing header by Douglas Gregor · 16 years ago
  20. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  21. be6d259 enhance the goto checker to reject jumps across __block variable definitions. by Chris Lattner · 16 years ago
  22. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 16 years ago
  23. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 16 years ago
  24. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 16 years ago
  25. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 16 years ago
  26. 46c3c4b add support for goto checking and @synchronized blocks, rdar://6810106 by Chris Lattner · 16 years ago
  27. 5af280c move jump scope checking and related code out into its own file, SemaDecl.cpp is by Chris Lattner · 16 years ago