[PATCH] D26218: [clang-tidy] Ignore notes along with a warning when processing NOLINT

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 10:34:28 PDT 2016


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

LGTM, with typo below fixed.



================
Comment at: test/clang-tidy/nolint.cpp:36
+}
+// CHECK-NOT: header.h:{{.*}} warning: The left operand of '>' is a garbage value
+// CHECK-NOT: :[[@LINE-4]]:{{.*}} note
----------------
Is header.h supposed to be trigger_warning.h?


https://reviews.llvm.org/D26218





More information about the cfe-commits mailing list