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)
commitb6fab26109b0cdca3b83542ec88f6ceb7130ee66
treecdb9a1ed740e501f2327ac0cb885dc04d57cf0b3
parentb5adb212405905aab3cb037e8316ec04c72ec74d
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.

llvm-svn: 214192
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/PR10177.cpp