http://llvm.org/bugs/show_bug.cgi?id=18776

Benjamin Kramer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Benjamin Kramer <[email protected]> ---
With r202167:

$ clang -cc1 -ast-print t.cc
struct A {
    operator void *();
    A operator&(A);
};
void bar(void *);
void foo() {
    A a, b;
    bar(a & b);
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to