Eugene.Zelenko added inline comments.
================ Comment at: docs/clang-tidy/checks/cppcoreguidelines-macro-usage.rst:26 + + This boolean flag disables all warnings for macros and checks only that + macro names are CAPS_ONLY. This option is meant to ease introduction of this ---------------- Will be good idea to rephrase statement: //except those with CAPS_ONLY names//? ================ Comment at: docs/clang-tidy/checks/cppcoreguidelines-macro-usage.rst:27 + This boolean flag disables all warnings for macros and checks only that + macro names are CAPS_ONLY. This option is meant to ease introduction of this + check into older code bases. Default value is `0`/`false`. ---------------- is //intended//? Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D41648 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits