]> granicus.if.org Git - clang/commit
PR9908: Fix the broken fix for PR9902 to get the template argument lists in the right...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 14 May 2011 15:04:18 +0000 (15:04 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 14 May 2011 15:04:18 +0000 (15:04 +0000)
commit1804174e1591bf59118f317775b48edd0382c3f0
treeb391b3d4862a3aa957a785ee9414ffba5f7fc399
parent2b188085eccf741a9520ba86f1e6e32d0e0cd3f2
PR9908: Fix the broken fix for PR9902 to get the template argument lists in the right order.
Also, don't reject alias templates in all ElaboratedTypes: some ElaboratedTypes do not correspond to elaborated-type-specifiers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131342 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
lib/Sema/TreeTransform.h
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/p2-0x.cpp
test/SemaCXX/PR9908.cpp [new file with mode: 0644]
test/SemaTemplate/alias-templates.cpp [new file with mode: 0644]