aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testconversionoperator.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't add external conversion operators that were removed on type system file.Marcelo Lira2010-03-011-0/+2
| | | | | | With tests, of course. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Added method AbstractMetaBuilder::fixReturnTypeOfConversionOperator(func).Marcelo Lira2010-02-261-0/+35
The new method fixes the return type of conversion operators: they should return the target of the conversion as type and not the type of its owner class. fixReturnTypeOfConversionOperator is used in traverseFunctions. An unit test was added for this case. Note that this behaviour could be fixed in the parser. I dare you!