You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we recently had an issue where we allowed names reserved for macros to be used in HighFive, e.g. DEBUG or INFO, it would make sense to investigate if there's any static analysis we can set up, e.g. clang-tidy to ban UPPERCASE names for anything that isn't a macro.
Since we recently had an issue where we allowed names reserved for macros to be used in HighFive, e.g.
DEBUG
orINFO
, it would make sense to investigate if there's any static analysis we can set up, e.g.clang-tidy
to ban UPPERCASE names for anything that isn't a macro.See #716 for the type of issue we want to detect.
The text was updated successfully, but these errors were encountered: