lint: Add linter to catch uses of ASSERT macro that Clang dislikes
In particular Clang rejects uses of CPP macros where the argument list is separated by a space from the macro name. Warn when we see ASSERT used in this way.
.arc-linters/check-cpp.py
0 → 100755
Please register or sign in to comment