[clang-tools-extra] create new clang-tidy check to add namespaces to symbol references (PR #70621)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 08:40:40 PDT 2023


================
@@ -0,0 +1,22 @@
+// RUN: %check_clang_tidy %s readability-use-explicit-namespaces %t
+
----------------
PiotrZSL wrote:

Add tests with:
- templates
- operators
- classes
- fixes
- ...

https://github.com/llvm/llvm-project/pull/70621


More information about the cfe-commits mailing list