[LLVMbugs] [Bug 8082] clang doesn't diagnose reference to reference

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 5 08:23:55 PDT 2010


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

Douglas Gregor <dgregor at apple.com> changed:

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

--- Comment #3 from Douglas Gregor <dgregor at apple.com> 2010-09-05 10:23:55 CDT ---
This is C++ DR106:

  http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#106

My impression is that this defect was intended to apply to the C++98/03
language, but it missed the cutoff for the C++03 document. EDG seems to be
treating it that way, and I'm guessing that newer GCC's do, too.

I think Clang is doing the right thing.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list