[PATCH] D17484: [clang-tidy] introduce modernize-deprecated-headers check
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 22 11:11:50 PST 2016
omtcyf0 added a comment.
Marked the comments as *done*.
================
Comment at: test/clang-tidy/modernize-deprecated-headers-cxx03.cpp:1
@@ +1,2 @@
+// RUN: %check_clang_tidy %s modernize-deprecated-headers %t -- -- -std=c++03 -isystem %S/Inputs/Headers
+
----------------
alexfh wrote:
> You seem to have forgotten to add these headers to `Inputs/Headers`. Or doesn't the check care about them actually being present?
Correct. It doesn't care about them being present.
http://reviews.llvm.org/D17484
More information about the cfe-commits
mailing list