[PATCH] [compiler-rt] Add a HasSuppressionType method into SuppressionContext

Alexey Samsonov vonosmas at gmail.com
Fri Nov 28 20:11:47 PST 2014


LGTM

================
Comment at: lib/sanitizer_common/tests/sanitizer_suppressions_test.cc:160
@@ +159,3 @@
+    "thread:bar\n"
+  );  // NOLINT
+  EXPECT_TRUE(ctx_->HasSuppressionType(SuppressionRace));
----------------
Can you fix the lint warning instead?

http://reviews.llvm.org/D6443






More information about the llvm-commits mailing list