[clang] Clang: Remove `-Wperf-constraint-implies-noexcept` from `-Wall`. (PR #167540)

via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 11 12:32:02 PST 2025


================
@@ -350,6 +350,8 @@ Improvements to Clang's diagnostics
   Moved the warning for a missing (though implied) attribute on a redeclaration into this group.
   Added a new warning in this group for the case where the attribute is missing/implicit on
   an override of a virtual method.
+- Fixed several false positives and false negatives in function effect (`nonblocking`) analysis. (#GH166078) (#GH166101) (#GH166110)
----------------
Sirraide wrote:

It’s mainly just that we prefer not to make unrelated changes in case something needs to be reverted (which seems unlikely when it comes to the pr that added that release note but still).

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


More information about the cfe-commits mailing list