summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/conversion-function.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
| | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-2/+2
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* XFAIL this for now.Anders Carlsson2010-01-271-1/+1
| | | | llvm-svn: 94653
* It's perfectly fine to see UserDefinedConversion casts when emitting scalar ↵Anders Carlsson2009-12-181-0/+6
| | | | | | expressions. llvm-svn: 91686
* Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan2009-12-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20091214/092780.html) The instruction fixes were checked and approved by Chris Lattner, but these testcase fixes are mine; please yell at me if there are any problems with either. * PR5050-constructor-conversion.cpp * array-construction.cpp * constructor-conversion.cpp * cast-conversion.cpp * constructor-default-arg.cpp * derived-to-base-conv.cpp * ptr-to-member-function.cpp * call-arg-zero-temp.cpp * default-destructor-synthesis.cpp * global-array-destruction.cpp * array-operator-delete-call.cpp * decl-ref-init.cpp * default-constructor-for-members.cpp * convert-to-fptr.cpp * constructor-for-array-members.cpp * conversion-function.cpp * objc-read-weak-byref.m Fixed testcase to reflect call qualifier llvm-svn: 91640
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* If a conversion operator exists in a base class, make sure to cast the ↵Anders Carlsson2009-09-151-0/+2
| | | | | | object to that base class. llvm-svn: 81852
* Used visible conversion function api to do overloadFariborz Jahanian2009-09-141-0/+21
| | | | | | | resolution of type conversion functions in base and current class. llvm-svn: 81784
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-40/+40
| | | | llvm-svn: 81346
* Patch to ir-gen user-defined conversions used in expressionsFariborz Jahanian2009-08-291-0/+18
| | | | | | [12.3.2-p3] llvm-svn: 80436
* Patch for code gen. for c-style cast which ends inFariborz Jahanian2009-08-291-0/+9
| | | | | | using class's conversion functions [12.3.2-p2] llvm-svn: 80433
* Test case for conversion type method call ir-gen.Fariborz Jahanian2009-08-281-2/+58
| | | | llvm-svn: 80375
* Emit conversion functions correctly.Anders Carlsson2009-08-251-0/+9
llvm-svn: 79985
OpenPOWER on IntegriCloud