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

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r...@google.com
         Resolution|---                         |FIXED

--- Comment #1 from Reid Kleckner <r...@google.com> ---
Appears to work with trunk:

$ cat t.cpp
    class bug
    {
        static auto F()
        {
            struct anon {
            };

            return anon();
        }
    };

$ clang -c t.cpp  -std=c++14 --target=x86_64-linux

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to