]> granicus.if.org Git - clang/commit
Fix PR10177 where non-type template arguments to alias templates are not marked as...
authorLarisse Voufo <lvoufo@google.com>
Tue, 29 Jul 2014 18:44:19 +0000 (18:44 +0000)
committerLarisse Voufo <lvoufo@google.com>
Tue, 29 Jul 2014 18:44:19 +0000 (18:44 +0000)
commit90d51707ff2f75330b3e3816c36b37dfc8bddbb8
tree0e194efa749e09fb745afa487dcea492dc95fe11
parentf632a0cce70524a1608ebdc351935a87c0481c83
Fix PR10177 where non-type template arguments to alias templates are not marked as used in dependent contexts. The fix actually forces non-dependent names to be checked at template definition time as expected from the standard.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/PR10177.cpp