summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/conversion-function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-2/+2
* XFAIL this for now.Anders Carlsson2010-01-271-1/+1
* It's perfectly fine to see UserDefinedConversion casts when emitting scalar e...Anders Carlsson2009-12-181-0/+6
* Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan2009-12-181-6/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* If a conversion operator exists in a base class, make sure to cast the object...Anders Carlsson2009-09-151-0/+2
* Used visible conversion function api to do overloadFariborz Jahanian2009-09-141-0/+21
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-40/+40
* Patch to ir-gen user-defined conversions used in expressionsFariborz Jahanian2009-08-291-0/+18
* Patch for code gen. for c-style cast which ends inFariborz Jahanian2009-08-291-0/+9
* Test case for conversion type method call ir-gen.Fariborz Jahanian2009-08-281-2/+58
* Emit conversion functions correctly.Anders Carlsson2009-08-251-0/+9
OpenPOWER on IntegriCloud