[clang][Interp] Track initialization state of local variables
Use an InlineDescriptor per local variable to track whether locals have been initialized or not. This way we can support uninitialized local variables in constexpr functions. Differential Revision: https://reviews.llvm.org/D135750
Loading
Please sign in to comment