[PATCH] D21050: [clang-tidy] correct clang-tidy-diff.py help message
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 6 18:31:38 PDT 2016
Eugene.Zelenko added a subscriber: Eugene.Zelenko.
================
Comment at: clang-tidy/tool/clang-tidy-diff.py:42
@@ -41,3 +41,3 @@
help='path to clang-tidy binary')
parser.add_argument('-p', metavar='NUM', default=0,
help='strip the smallest prefix containing P slashes')
----------------
Shouldn't -p be used to specify compile database as in run-clang-tidy.py?
http://reviews.llvm.org/D21050
More information about the cfe-commits
mailing list