[PATCH] D13469: Create interfaces and tests for the overlapping replacements fix in clang-tidy.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 6 06:34:54 PDT 2015


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

LG


================
Comment at: unittests/clang-tidy/OverlappingReplacementsTest.cpp:21
@@ +20,3 @@
+const char BoundIf[] = "if";
+
+class UseCharCheck : public ClangTidyCheck {
----------------
I'd add a comment here that we're defining a couple of checks that help us check different variants of overlapping results.


http://reviews.llvm.org/D13469





More information about the cfe-commits mailing list