[clang-tools-extra] create new clang-tidy check to add namespaces to symbol references (PR #70621)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 30 20:07:34 PDT 2023
================
@@ -0,0 +1,22 @@
+// RUN: %check_clang_tidy %s readability-use-explicit-namespaces %t
+
----------------
daltairwalter wrote:
Are there tools or resources for this? I locally have done a lot more testing, but it is very clear how to turn this into test cases.
https://github.com/llvm/llvm-project/pull/70621
More information about the cfe-commits
mailing list