aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/static-cast.cpp
AgeCommit message (Expand)Author
2009-11-15When performing a static downcast as part of a static_cast, make sureDouglas Gregor
2009-11-14- Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...Sebastian Redl
2009-11-14When type-checking a static cast (or the static_cast part of a C-styleDouglas Gregor
2009-10-22Try to instantiate templates before doing hierarchy checks in static_cast. Fi...Sebastian Redl
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl
2009-06-03Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl
2009-01-28Implement pointer to member handling in static_cast.Sebastian Redl
2008-11-07Greatly improve static_cast diagnosticsSebastian Redl
2008-11-05A small error message improvement and some comment cleanup for static_cast.Sebastian Redl
2008-10-31Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl