mirror of https://github.com/mono/CppSharp.git
Browse Source
The conversion of an expression to a string has been moved to the generator because a function may have been renamed or converted to a property. However, since that string is language-specific, it should be created in the generator anyway. Therefore we should (over time): 1. Move any string manipulation from the pass for default args to the printer for expressions which is in turn used only by the generator; 2. Remove the Statement.String property (when 1. is entirely complete). Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>pull/256/merge
9 changed files with 85 additions and 18 deletions
Loading…
Reference in new issue