]> granicus.if.org Git - clang/commit
If a variable template specialization with an incomplete array type is
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 18 Sep 2013 01:35:26 +0000 (01:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 18 Sep 2013 01:35:26 +0000 (01:35 +0000)
commit6aa7df9df93bcf2d6399f6e535ef74c132db40ec
tree9b50ecfd3d1762b6c8678b4d5cb586ca19ece7ed
parent64228b6c0696f3579d40bab0ef40691ef4f41242
If a variable template specialization with an incomplete array type is
referenced, try to instantiate its definition in order to complete the type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190910 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Specifiers.h
lib/Sema/SemaType.cpp
test/SemaCXX/cxx1y-variable-templates_in_class.cpp