aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/misc/ConfusableIdentifierCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-01[clang-tidy] Switch misc-confusable-identifiers check to a faster algorithm. ...Richard Smith1-96/+139
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-1/+0
2025-04-20[clang-tidy][NFC] fix `clang-tidy` warnings in `clang-tools-extra/clang-tidy`...Baranov Victor1-3/+3
2024-10-12[clang-tidy] Avoid repeated hash lookups (NFC) (#112074)Kazu Hirata1-3/+3
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-1/+1
2023-08-27[clang-tidy][NFC] Fix modernize-use-auto findingsPiotr Zegar1-1/+1
2023-06-10[clang-tidy] Optimize misc-confusable-identifiersPiotr Zegar1-36/+56
2023-05-26[clang-tidy] Optimize misc-confusable-identifiersPiotr Zegar1-42/+74
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-10-30[clang-tools-extra] Use llvm::find (NFC)Kazu Hirata1-2/+1
2022-09-03Use llvm::lower_bound (NFC)Kazu Hirata1-4/+3
2022-07-07[clang-tidy] Fix confusable identifier interaction with unavailable class defserge-sans-paille1-2/+4
2022-07-05[clang-tidy] Fix confusable identifiers interaction with DeclContextserge-sans-paille1-11/+59
2022-06-22[clang-tidy] Confusable identifiers detectionserge-sans-paille1-0/+126