[PATCH] D17990: [clang-tidy] minor improvements in modernise-deprecated-headers check
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 19 07:30:08 PDT 2016
alexfh added a comment.
Please update the tests according to the comment (https://reviews.llvm.org/D17990?id=62701#inline-186216).
================
Comment at: docs/clang-tidy/checks/modernize-deprecated-headers.rst:43
@@ -44,2 +42,3 @@
headers deprecated before C++11, otherwise -- every header that appeared in
-the list.
+previous list.
+
----------------
nit: "the previous list."
https://reviews.llvm.org/D17990
More information about the cfe-commits
mailing list