]> granicus.if.org Git - clang/commit
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)
commit25ab084a2148c743f11f54dc762590ae24cd0eda
treeee4b0d31354df23208b1cab71f07a2bec7bed465
parent03738c63ae27ae30f197a3c9e979d91f430dd168
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.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227072 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/const-init-cxx11.cpp