Test that member functions of constexpr constructed templates are instantiated.
authorNico Weber <nicolasweber@gmx.de>
Mon, 26 Jan 2015 06:08:07 +0000 (06:08 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 26 Jan 2015 06:08:07 +0000 (06:08 +0000)
commit220b3ad598662c944e259637397b336d072b1510
treecc09504f0acc6c633f622d51501aa3449de9c378
parent4a18449c2c5e03be833e1b38762fd3b05d3d2828
Test that member functions of constexpr constructed templates are instantiated.

They are referenced from the vtable. (This worked fine, but I couldn't find
an existing test for this.  Maybe I didn't look hard enough.)

llvm-svn: 227072
clang/test/CodeGenCXX/const-init-cxx11.cpp