[clang] [clang-tools-extra] [clang-tidy] Do not provide diagnostics for cert-dcl58-cpp on implicit declarations (PR #188152)

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 24 07:53:35 PDT 2026


================
@@ -223,14 +223,11 @@ Changes in existing checks
   <clang-tidy/checks/bugprone/macro-parentheses>` check by printing the macro
   definition in the warning message if the macro is defined on command line.
 
-- Improved :doc:`bugprone-pointer-arithmetic-on-polymorphic-object
-  <clang-tidy/checks/bugprone/pointer-arithmetic-on-polymorphic-object>` check
-  by fixing a false positive when ``operator[]`` is used in a dependent context.
-
 - Improved :doc:`bugprone-std-namespace-modification
   <clang-tidy/checks/bugprone/std-namespace-modification>` check by fixing
   false positives when extending the standard library with a specialization of
-  user-defined type.
+  user-defined type and by removing detection of the compiler generated std
----------------
EugeneZelenko wrote:

```suggestion
  user-defined type and by removing detection of the compiler generated ``std``
```

https://github.com/llvm/llvm-project/pull/188152


More information about the cfe-commits mailing list