[LLVMbugs] [Bug 6754] incorrect parsing of friend declaration with a ::

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 31 14:46:25 PDT 2010


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

Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:

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

--- Comment #1 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> 2010-03-31 16:46:25 CDT ---
<dgregor> it's invalid
<dgregor> C::bar ::zed
<dgregor> take out the space: C::bar::zed
<dgregor> Clang+EDG correctly try to parse it as a nested-name-specifier. GCC
is using some kind of semantic check to direct parsing here

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