aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/dynamic-cast.cpp
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl
2009-01-19Centralize error reporting of improper uses of incomplete types in theDouglas Gregor
2008-11-24Change a whole lot of diagnostics to take QualType's directly Chris Lattner
2008-11-06Sema-check virtual declarations. Complete dynamic_cast checking.Sebastian Redl
2008-10-31Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl