]> granicus.if.org Git - clang/commit
Fix crash if a literal operator template's template parameter pack is not a non-type...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 3 Aug 2012 21:14:57 +0000 (21:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 3 Aug 2012 21:14:57 +0000 (21:14 +0000)
commit5295b97d6a0117414a24d319d9a018191ec1d8e3
treeef1a6bf1a6cb3a422505dc63a4eb9b56121f7077
parent5b978519d2c5f5b4541768a827b675e997d4cd34
Fix crash if a literal operator template's template parameter pack is not a non-type template parameter pack. Patch by Andy Gibbs!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161260 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/literal-operators.cpp