]> granicus.if.org Git - clang/commit
Fix PR9902: correctly substitute alias templates within the template in which they...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 12 May 2011 00:06:17 +0000 (00:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 12 May 2011 00:06:17 +0000 (00:06 +0000)
commitaff37b48f1362dd29cc481dadebf07900ce79248
tree616a368f858a1e1b226b1bcb5e3212ee79fa8734
parent7822ee3ef9f0d5cfd289258614ac31be70097449
Fix PR9902: correctly substitute alias templates within the template in which they are defined: provide an empty list of arguments for each containing template context during substitution.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131211 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/SemaCXX/PR9902.cpp [new file with mode: 0644]