aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/conversion-function.cpp
AgeCommit message (Expand)Author
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