]> granicus.if.org Git - clang/commit
Improve type-checking of templates by distinguishing between members
authorDouglas Gregor <dgregor@apple.com>
Mon, 23 Nov 2009 12:39:54 +0000 (12:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 23 Nov 2009 12:39:54 +0000 (12:39 +0000)
commitac564f3e8d79c44fefa5da5ab1b58484ae781051
treea31b3d8456938a7b722b2988789a5b140dc283ab
parent7edfb69ae192d9c1f5b1f32af30130f34f98386e
Improve type-checking of templates by distinguishing between members
of the current instantiation and members of an unknown specialization
when type-checking a qualified-if expression.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89653 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaTemplate/current-instantiation.cpp