summaryrefslogtreecommitdiff
path: root/test/SemaCXX/static-cast.cpp
Commit message (Expand)AuthorAge
* Implement appropriate semantics for C++ casting and conversion whenDouglas Gregor2011-04-15
* Properly diagnose invalid casts to function references. Patch byDouglas Gregor2010-11-08
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-05
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-05
* Turn access control on by default in -cc1.John McCall2010-04-09
* Switch static_cast from the old reference-initialization code (viaDouglas Gregor2010-03-24
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Perform overload resolution when static_cast'ing from aDouglas Gregor2010-03-07
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-10
* Fix my dyslexia.Chandler Carruth2010-01-31
* Add a test case for a fixed PR just to ensure we don't regress.Chandler Carruth2010-01-31
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* When performing a static downcast as part of a static_cast, make sureDouglas Gregor2009-11-15
* - Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...Sebastian Redl2009-11-14
* When type-checking a static cast (or the static_cast part of a C-styleDouglas Gregor2009-11-14
* Try to instantiate templates before doing hierarchy checks in static_cast. Fi...Sebastian Redl2009-10-22
* Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl2009-07-25
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-03
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-16
* Implement pointer to member handling in static_cast.Sebastian Redl2009-01-28
* Greatly improve static_cast diagnosticsSebastian Redl2008-11-07
* A small error message improvement and some comment cleanup for static_cast.Sebastian Redl2008-11-05
* Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl2008-10-31