[PATCH] D66945: [clang-tidy] Fix a false positive in unused-using-decl check.

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 2 02:01:24 PDT 2019


gribozavr added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/misc-unused-using-decls.cpp:214
+class Bar {};
+Bar<int, Q> *bar;
----------------
It is very unclear what this test does, if I didn't know about this bug. Could you add a comment?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66945/new/

https://reviews.llvm.org/D66945





More information about the cfe-commits mailing list