[PATCH] D20326: [clang-tidy] Fix a template function false positive in misc-unused-using-decls check.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 02:07:05 PDT 2016
hokein marked an inline comment as done.
================
Comment at: clang-tidy/misc/UnusedUsingDeclsCheck.cpp:24
@@ +23,3 @@
+// FIXME: Move this node matcher to ASTMatcher.
+const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
+ unresolvedLookupExpr;
----------------
Sounds good. Done.
http://reviews.llvm.org/D20326
More information about the cfe-commits
mailing list