[Clang][Interp] Diagnose uninitialized ctor of global record arrays
This patch adds a check for uninitialized subobjects of global variables that are record arrays. e.g. `constexpr Foo f[2];` Reviewed By: tbaeder Differential Revision: https://reviews.llvm.org/D152548
Loading
Please sign in to comment