Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Diagnostics] Improve some error messages related to bad use of dynamic_cast | Dávid Bolvanský | 2019-11-04 | 1 | -6/+6 |
* | Add an additional test for dynamic_cast. | Eli Friedman | 2013-06-20 | 1 | -0/+2 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -8/+8 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Make one expected-diag directive match exactly one actual diagnostic. | Sebastian Redl | 2009-02-07 | 1 | -1/+1 |
* | Centralize error reporting of improper uses of incomplete types in the | Douglas Gregor | 2009-01-19 | 1 | -1/+1 |
* | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner | 2008-11-24 | 1 | -2/+2 |
* | Sema-check virtual declarations. Complete dynamic_cast checking. | Sebastian Redl | 2008-11-06 | 1 | -1/+20 |
* | Implement semantic checking of static_cast and dynamic_cast. | Sebastian Redl | 2008-10-31 | 1 | -0/+55 |