[PATCH] D21833: [clang-tidy] Fix more enum declaration cases in misc-unused-using-decls check.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 13:26:24 PDT 2016


hokein marked an inline comment as done.

================
Comment at: clang-tidy/misc/UnusedUsingDeclsCheck.cpp:22
@@ +21,3 @@
+namespace {
+// FIXME: Move this node matcher to ASTMatcher.
+const internal::VariadicDynCastAllOfMatcher<Type, EnumType> enumType;
----------------
Done in D21860.


http://reviews.llvm.org/D21833





More information about the cfe-commits mailing list