BRAINSia / BRAINSTools

A suite of tools for medical image processing focused on brain analysis
http://brainsia.github.io/BRAINSTools/
Apache License 2.0
111 stars 96 forks source link

ENH: Surrounded macro replacement arguments with parenthesis. #515

Closed kian-weimer closed 3 years ago

kian-weimer commented 3 years ago

It is recommended to surround macro arguments in the replacement list with parenthesis. This ensures that the argument value is calculated properly. This implements the bugprone-macro-parentheses clang-tidy check. -”Macro argument should be enclosed in parentheses"