[PATCH] D28189: Extend documentation of how to test clang-tidy checks.

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 15:05:25 PST 2017


alexfh added inline comments.


================
Comment at: docs/clang-tidy/index.rst:565
+An additional check enabled by ``check_clang_tidy.py`` ensures that
+if `CHECK-MESSAGES:` is used in a file then every warning or error
+must have an associated CHECK in that file.
----------------
Looks like you missed this line when changing to double backquotes.


https://reviews.llvm.org/D28189





More information about the cfe-commits mailing list