Tags: RAXYAO/cling
Tags
Enable `-Wredundant-parens` Warn on redundant parentheses in declarators whose parsing might not match the user intent, e.g. ``` root [0] int i = 1; root [1] (bool)i (bool) true root [2] bool(i) ROOT_prompt_1:1:5: warning: redundant parentheses surrounding declarator [-Wredundant-parens] bool(i) ^~~ (bool) false ``` For more information see http://github.com/root-project/issues/8304. Closes issue #8304.
Tag cling release v0.6. See https://github.com/root-project/cling/releases/tag/v0.6 for the release page