Skip to content

use operator priority to add parenthesis only when necessary

Martin Nolte requested to merge feature/only-add-parenthesis-if-necessary into master

This makes the generated C++ code more human-readible, but we still might want to add unnecessary parenthesis on purpose.

Merge request reports