llvm-project/clang/test/CXX/class/class.static/class.static.data
Richard Smith 6331c408b5 Deal with a horrible C++11 special case. If a non-literal type has a constexpr
constructor, and that constructor is used to initialize an object of static
storage duration such that all members and bases are initialized by constant
expressions, constant initialization is performed. In this case, the object
can still have a non-trivial destructor, and if it does, we must emit a dynamic
initializer which performs no initialization and instead simply registers that
destructor.

llvm-svn: 150419
2012-02-13 22:16:19 +00:00
..
p3.cpp Deal with a horrible C++11 special case. If a non-literal type has a constexpr 2012-02-13 22:16:19 +00:00
p4.cpp