xazax.hun added inline comments.

================
Comment at: clang-tidy/misc/UnusedUsingDeclsCheck.cpp:35
+  // it is not ture in C++17's template argument deduction.
+  if (!getLangOpts().CPlusPlus || getLangOpts().CPlusPlus17 ||
+      getLangOpts().CPlusPlus2a)
----------------
Isn't the check for `getLangOpts().CPlusPlus2a` redundant? Shouldn't it imply 
the C++17 flag?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D51041



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to