================ @@ -141,6 +141,9 @@ Attribute Changes in Clang Improvements to Clang's diagnostics ----------------------------------- +- ``-Wunused-but-set-variable`` now diagnoses file-scope variables with + internal linkage (``static`` storage class) that are assigned but never used. ---------------- zwuis wrote:
Reference the issue fixed by this PR like other entries. https://github.com/llvm/llvm-project/pull/178342 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
