]> granicus.if.org Git - clang/commit
Fix PR24473 : Teach clang to remember to substitute into member variable templates...
authorFaisal Vali <faisalv@yahoo.com>
Mon, 22 Feb 2016 02:24:29 +0000 (02:24 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Mon, 22 Feb 2016 02:24:29 +0000 (02:24 +0000)
commitfa10bdb3583fb71c702b6f6c66378746319dd24f
treef492221bedbdda8d20fc8f3cfe1b650a0115410b
parent8f351cf9bd30e6c8bc2577ff85410ed557ca1b51
Fix PR24473 : Teach clang to remember to substitute into member variable templates referred to within dependent qualified ids.

In passing also fix a semi-related bug that allows access to variable templates through member access notation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261506 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprMember.cpp
test/SemaCXX/cxx1y-variable-templates_in_class.cpp