[llvm-branch-commits] [clang] release/18x: [clang] Avoid -Wshadow warning when init-capture named same as class … (PR #84912)

Neil Henning via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 12 13:20:04 PDT 2024


sheredom wrote:

Yeah indeed - its not a clang 17 regression. It's a _clang 16_ regression. At the minute we're holding our internal compiler toolchain on clang 16, and for our users we've got to special case disable the warning entirely for clang 17.

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


More information about the llvm-branch-commits mailing list