[clang] [Sema] Don't call isNonConstantStorage on incomplete variable types (PR #161590)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 2 13:53:29 PDT 2025


https://github.com/efriedma-quic commented:

LGTM... but it would be nice to get a second opinion on whether `var->getDeclContext()->isDependentContext()` is the right way to check this.

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


More information about the cfe-commits mailing list