Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | Track down return statements in the handlers of a function-try-block of ↵ | Sebastian Redl | |
constructors. Meh ... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70256 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-04-27 | Don't allow catch declarations to name an abstract class | Sebastian Redl | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70248 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-04-27 | Improve validation of C++ exception handling: diagnose throwing incomplete ↵ | Sebastian Redl | |
types and jumps into protected try-catch scopes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70242 91177308-0d34-0410-b5e6-96231b3b80d8 |