Files
clang-p2996/clang/test/CodeGenCXX/cxx1z-inline-variables.cpp
George Burgess IV 18b28a86c1 Properly construct inline members without initializers
Digging through commit logs, it appears the checks in this block predate
`inline` class variables. With them, we fail to emit dynamic
initializers for members that don't have an explicit initializer, and we
won't go out of our way to instantiate the class denoted by
`Var->getType()`.

Fixes PR35599.

llvm-svn: 327945
2018-03-20 03:27:44 +00:00

4.1 KiB