]> granicus.if.org Git - clang/commit
Fix an corner-case assertion introduced by the refactoring in r112258;
authorDouglas Gregor <dgregor@apple.com>
Mon, 30 Aug 2010 16:00:47 +0000 (16:00 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 30 Aug 2010 16:00:47 +0000 (16:00 +0000)
commite2248be8746e0ebb01e9a3b823bc0e129283bef4
tree8bb184dd8a5872d1b0551a205322ad7972241896
parent6493a4d7129673f7878da2382dedf4f9abc57e4c
Fix an corner-case assertion introduced by the refactoring in r112258;
when we're taking the address of a unresolvable value, it might be an
implicit member access. Fixes some Boost.Spirit regressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112487 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaTemplate/member-access-expr.cpp