summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-cast.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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