aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/conversion-function.cpp
AgeCommit message (Expand)Author
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2010-01-27XFAIL this for now.Anders Carlsson
2009-12-18It's perfectly fine to see UserDefinedConversion casts when emitting scalar e...Anders Carlsson
2009-12-18Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-15If a conversion operator exists in a base class, make sure to cast the object...Anders Carlsson
2009-09-14Used visible conversion function api to do overloadFariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-29Patch to ir-gen user-defined conversions used in expressionsFariborz Jahanian
2009-08-29Patch for code gen. for c-style cast which ends inFariborz Jahanian
2009-08-28Test case for conversion type method call ir-gen.Fariborz Jahanian
2009-08-25Emit conversion functions correctly.Anders Carlsson