]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr
authorDouglas Gregor <dgregor@apple.com>
Fri, 16 Jan 2009 19:38:23 +0000 (19:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 16 Jan 2009 19:38:23 +0000 (19:38 +0000)
commit66b947fdf9104b53d7e8caa8f71ee0c0e3fe1521
treec7ceb9d06a2ff6d37d2d4c7b0dda77acb9e7cc8d
parenteab819b41d64ab9624030437ca289cf864ba9f77
Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr
with reference type (it should be an lvalue with non-reference type).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62345 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/enum.cpp
test/SemaCXX/member-name-lookup.cpp