]> granicus.if.org Git - clang/commit
It's okay to refer to non-type template parameters anywhere they are
authorDouglas Gregor <dgregor@apple.com>
Tue, 27 Apr 2010 21:10:04 +0000 (21:10 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 27 Apr 2010 21:10:04 +0000 (21:10 +0000)
commit15dedf067b65151f0fd89dd9f80cea96a0528db1
treec72b48559394d056d11fc82af894733d0fffbeda
parent493ec51db3a0cfa6f32e612c92c8eb0580dc9ebc
It's okay to refer to non-type template parameters anywhere they are
visible. Fixes the remaining two failures in Boost.ScopeExit.

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