[PATCH] D45776: [clang-tidy] Customize FileCheck prefix in check_clang-tidy.py

Zinovy Nis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 19 00:33:10 PDT 2018


zinovy.nis added inline comments.


================
Comment at: test/clang-tidy/check_clang_tidy.py:77
+
+  check_fixes_prefix = 'CHECK-FIXES' + args.check_suffix
+  check_messages_prefix = 'CHECK-MESSAGES' + args.check_suffix
----------------
alexfh wrote:
> Maybe the script should add a dash when check_suffix is not empty, so that one could use -check-suffix=FLAG instead of -check-suffix=-FLAG?
OK.


https://reviews.llvm.org/D45776





More information about the cfe-commits mailing list