]> granicus.if.org Git - clang/commit
Fix a couple of places where we assumed that non-type template parameters are always...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 14 Feb 2018 02:07:53 +0000 (02:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 14 Feb 2018 02:07:53 +0000 (02:07 +0000)
commitd0f176e8eb6c5cc7c1e89436b25692baedd6aca1
tree1d6d42f35f97c9fddd6a7f68038402fd15650d5c
parent789b385fd15c27c91e621faf571e2f6ff060208c
Fix a couple of places where we assumed that non-type template parameters are always rvalues.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325095 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/AST/ExprCXX.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/TreeTransform.h
test/SemaTemplate/nested-template.cpp
test/SemaTemplate/sizeof-pack.cpp [new file with mode: 0644]