[clang-tools-extra] [clang-tidy][NFC] fix `clang-tidy` warnings in `clang-tools-extra/clang-tidy` directory (PR #136097)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 17 11:56:51 PDT 2025
================
@@ -209,12 +209,14 @@ bool isQualificationConvertiblePointer(QualType From, QualType To,
// cv-decomposition of T, that is, cv_1, cv_2, ... , cv_n, is called the
// cv-qualification signature of T.
- auto isValidP_i = [](QualType P) {
+ // NOLINTNEXTLINE (readability-identifier-naming): Preserve original notation
----------------
carlosgalvezp wrote:
You did change the naming, is the suppression needed?
https://github.com/llvm/llvm-project/pull/136097
More information about the cfe-commits
mailing list