================
@@ -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
----------------
vbvictor wrote:

I could delete underscore and delete my nolint, but here I think it's better to 
have it

https://github.com/llvm/llvm-project/pull/136097
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to