pcl icon indicating copy to clipboard operation
pcl copied to clipboard

Add bugprone-macro-parentheses clang-tidy check

Open gnawme opened this issue 1 year ago • 0 comments

Adds the bugprone-macro-parentheses check to clang-tidy:

Finds macros that can have unexpected behavior due to missing parentheses.

There are macros that use std::stringstream to simulate variadic functions; these should probably be converted to use actual parameter packs.

gnawme avatar Feb 19 '24 21:02 gnawme