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