[clang-tools-extra] Add clang-tidy check readability-math-missing-parentheses (PR #84481)

Bhuminjay Soni via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 23 04:16:17 PDT 2024


11happy wrote:

hello @5chmidti I am sorry for my delayed response quite busy with my academic work last week, I have added this change
```
if (EndLoc.isInvalid())
      return;
 ```
 this works fine for those macros.
 Thank you

https://github.com/llvm/llvm-project/pull/84481


More information about the cfe-commits mailing list