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

2024-01-03 Thread via cfe-commits
https://github.com/daltairwalter updated https://github.com/llvm/llvm-project/pull/70621 >From f44d7746a990a3bd8e53de047a30baee4da2c790 Mon Sep 17 00:00:00 2001 From: Daniel Walter Date: Mon, 30 Oct 2023 00:08:56 -0500 Subject: [PATCH 1/6] Initial commit of add new check before changes ---

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

2024-01-02 Thread via cfe-commits
https://github.com/daltairwalter updated https://github.com/llvm/llvm-project/pull/70621 >From f44d7746a990a3bd8e53de047a30baee4da2c790 Mon Sep 17 00:00:00 2001 From: Daniel Walter Date: Mon, 30 Oct 2023 00:08:56 -0500 Subject: [PATCH 1/5] Initial commit of add new check before changes ---