[PATCH] D52971: [clang-tidy] Customize FileCheck prefix in check_clang-tidy.py to support multiple prefixes

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 8 05:08:32 PDT 2018


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

Looks good with a comment.



================
Comment at: test/clang-tidy/check_clang_tidy.py:52
   parser.add_argument('temp_file_name')
+  parser.add_argument('-check-suffix', default=[], type=csv, help="comma-separated list of FileCheck suffixes")
 
----------------
Maybe `-check-suffixes` to make it more obvious that multiple values are supported?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52971





More information about the cfe-commits mailing list