https://llvm.org/bugs/show_bug.cgi?id=24033

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Richard Smith <[email protected]> ---
Fixed in r241428:

<stdin>:7:5: error: declaration conflicts with target of using declaration
already in scope
    struct i {};
    ^
<stdin>:2:12: note: target of using declaration
    struct i {};
           ^
<stdin>:6:14: note: using declaration
    using X::i;
             ^

-- and --

<stdin>:7:9: error: declaration conflicts with target of using declaration
already in scope
    int i;
        ^
<stdin>:2:9: note: target of using declaration
    int i;
        ^
<stdin>:6:14: note: using declaration
    using X::i;
             ^

-- 
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