summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/conversion-delete-expr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 1) don't do overload resolution in selecting conversionFariborz Jahanian2009-09-151-4/+3
| | | | | | | | to pointer function for delete expression. 2) Treat type conversion function and its 'const' version as identical in building the visible conversion list. llvm-svn: 81930
* Perform overload resolution when selecting a pointer conversionFariborz Jahanian2009-09-151-18/+17
| | | | | | | function for delete of a class expression and issue good diagnostic when result is ambiguous. llvm-svn: 81870
* Removed couple of FIXME comments from test case.Fariborz Jahanian2009-09-141-2/+2
| | | | llvm-svn: 81774
* More work toward having an access method for visibleFariborz Jahanian2009-09-121-2/+30
| | | | | | conversion functions. llvm-svn: 81618
* Patch to build visible conversion function list lazily and make its Fariborz Jahanian2009-09-111-0/+83
first use in calling the conversion function on delete statements. llvm-svn: 81576
OpenPOWER on IntegriCloud