When we're instantiating a direct variable initializer that has a pack
expansion in it, we may end up instantiating to an empty expression-list. In this case, the variable is uninitialized; tweak the instantiation logic to handle this case. Fixes PR8977. llvm-svn: 123449
Loading
Please register or sign in to comment