If a variable template is inside a context with template arguments that is being...
authorNick Lewycky <nicholas@mxc.ca>
Mon, 10 Aug 2015 21:54:08 +0000 (21:54 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 10 Aug 2015 21:54:08 +0000 (21:54 +0000)
commit6ca07ca618af018f4ecd2321e91577dca81ba99c
tree06b24cc7a218089a84444759109c0ec85a3d551c
parent9dcdd2ee0370dd8d43b0a668a11721038aeaf2d4
If a variable template is inside a context with template arguments that is being instantiated, and that instantiation fails, fail our instantiation instead of crashing. Errors have already been emitted.

llvm-svn: 244515
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp