ΒΆbool mayEverNeedParens(const clang::Expr& E)
bool mayEverNeedParens(const clang::Expr& E)
Description
Determines whether printing this expression in *any* expression requires parentheses to preserve its meaning. This analyses is necessarily conservative because it lacks information about the target context.
Declared at: clang/include/clang/Tooling/Transformer/SourceCodeBuilders.h:33
Parameters
- const clang::Expr& E