[all-commits] [llvm/llvm-project] 7a5502: [clang-tidy] Fix confusable identifiers interactio...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Mon Jul 4 23:56:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a550212e8ff5552b0bd10d0c1af459a55c36234
https://github.com/llvm/llvm-project/commit/7a550212e8ff5552b0bd10d0c1af459a55c36234
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M clang-tools-extra/clang-tidy/misc/ConfusableIdentifierCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/confusable-identifiers.cpp
Log Message:
-----------
[clang-tidy] Fix confusable identifiers interaction with DeclContext
Properly checks enclosing DeclContext, and add the related test case.
It would be great to be able to use Sema to check conflicting scopes, but that's
not something clang-tidy seems to be able to do :-/
Fix #56221
Differential Revision: https://reviews.llvm.org/D128715
More information about the All-commits
mailing list