[PATCH] D151214: [clang][Sema] `-Wshadow` warns about shadowings by static local variables
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 07:44:13 PDT 2023
tbaeder added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:295
+- Clang's `-Wshadow` warning now warns about shadowings by static local variables
+ (`#62850: <https://github.com/llvm/llvm-project/issues/62850>`_,
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151214/new/
https://reviews.llvm.org/D151214
More information about the cfe-commits
mailing list