aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/conversion-delete-expr.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
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-09-151) don't do overload resolution in selecting conversionFariborz Jahanian
2009-09-15Perform overload resolution when selecting a pointer conversionFariborz Jahanian
2009-09-14Removed couple of FIXME comments from test case.Fariborz Jahanian
2009-09-12More work toward having an access method for visibleFariborz Jahanian
2009-09-11Patch to build visible conversion function list lazily and make its Fariborz Jahanian