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