[LLVMbugs] [Bug 18776] AST printer doesn't handle conversion operators correctly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 25 09:29:40 PST 2014


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

Benjamin Kramer <benny.kra at gmail.com> changed:

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

--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140225/5ba5542a/attachment.html>


More information about the llvm-bugs mailing list