summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement appropriate semantics for C++ casting and conversion whenDouglas Gregor2011-04-151-1/+1
* Provide overload diagnostics when explicit casts involving class types fail.John McCall2011-02-141-4/+4
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* We may need to instantiate a class template specialization as part of a deriv...Douglas Gregor2009-10-291-2/+10
* ir-gen related patch for type conversionFariborz Jahanian2009-08-281-2/+2
* Make functional-style casts emit correct messages, and fix a crash-on-invalid.Sebastian Redl2009-07-291-1/+1
* Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl2009-07-251-4/+4
* Template instantiation for cast expressions.Douglas Gregor2009-05-191-0/+109