[PATCH] D51041: [clang-tidy] Don't run misc-unused-using-decls check in C++17.

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 24 07:52:18 PDT 2018


JonasToth added inline comments.


================
Comment at: test/clang-tidy/misc-unused-using-decls-cxx17.cpp:1
+// RUN: %check_clang_tidy %s misc-unused-using-decls %t -- -- -fno-delayed-template-parsing -std=gnu++17
+
----------------
why gnu++17 and not standard?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D51041





More information about the cfe-commits mailing list