localspook wrote: > I can see the request for the inverse coming, why not make this check flag > the redundant parens by default, but you can invert the logic to flag missing > redundant parens as well?
Calculating the location to insert the parens may be tricky. #182916 did essentially that before the functionality was split out because it was so much code to support it. https://github.com/llvm/llvm-project/pull/190438 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
