]> granicus.if.org Git - clang/commit
Fixed a code gen bug (by fixing the AST) involving user-defined
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 23 Oct 2009 18:08:22 +0000 (18:08 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 23 Oct 2009 18:08:22 +0000 (18:08 +0000)
commit7a1f4cc8d5ce5813d8def23d6ec9783cb2f4450b
treefdb027fa23eb71c69ff4281484998b4d43208f69
parenteee91c3efbfc6a1509b42f39beb5533a9636fd70
Fixed a code gen bug (by fixing the AST) involving user-defined
pointer-to-member type conversion follwed by a pointer-to-member
standard conversion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/CodeGenCXX/ptr-to-member-function.cpp [new file with mode: 0644]