[clang] [Clang][diagnostics] Fix structured binding shadows template param loc (PR #129116)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 28 09:47:43 PST 2025


================
@@ -214,6 +214,8 @@ Improvements to Clang's diagnostics
   :doc:`ThreadSafetyAnalysis` still does not perform alias analysis. The
   feature will be default-enabled with ``-Wthread-safety`` in a future release.
 
+- Improve the diagnostics for shadows template parameter.
----------------
erichkeane wrote:

This should probably mention the bug# as well as slightly better clarify that it is giving a more correct location.

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


More information about the cfe-commits mailing list