summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/cstyle-cast.mm
AgeCommit message (Expand)Author
2011-02-14Provide overload diagnostics when explicit casts involving class types fail.John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-12-08More detailed analysis of typecast to an objective-c pointerFariborz Jahanian
2009-12-08Patch to allow cstyle cast of objective-c pointers in objective-c++Fariborz Jahanian