[clang] [Clang][RFC] Introduce a trait to determine the structure binding size (PR #131515)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 18 08:12:47 PDT 2025


================
@@ -257,7 +260,7 @@ Improvements to Clang's diagnostics
   as function arguments or return value respectively. Note that
   :doc:`ThreadSafetyAnalysis` still does not perform alias analysis. The
   feature will be default-enabled with ``-Wthread-safety`` in a future release.
-- The ``-Wsign-compare`` warning now treats expressions with bitwise not(~) and minus(-) as signed integers 
+- The ``-Wsign-compare`` warning now treats expressions with bitwise not(~) and minus(-) as signed integers
----------------
shafik wrote:

Was this change intentional?

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


More information about the cfe-commits mailing list