summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/conversion-function.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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