[clang-tools-extra] r247682 - [clang-tidy] Update check name in the comment. NFC.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 15 06:13:48 PDT 2015
Author: alexfh
Date: Tue Sep 15 08:13:48 2015
New Revision: 247682
URL: http://llvm.org/viewvc/llvm-project?rev=247682&view=rev
Log:
[clang-tidy] Update check name in the comment. NFC.
Modified:
clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py
Modified: clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py?rev=247682&r1=247681&r2=247682&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py (original)
+++ clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py Tue Sep 15 08:13:48 2015
@@ -20,7 +20,7 @@ Example usage for git/svn users:
git diff -U0 HEAD^ | clang-tidy-diff.py -p1
svn diff --diff-cmd=diff -x-U0 | \
- clang-tidy-diff.py -fix -checks=-*,misc-use-override
+ clang-tidy-diff.py -fix -checks=-*,modernize-use-override
"""
More information about the cfe-commits
mailing list