[LLVMbugs] [Bug 10195] code with an abstract virtual method generates a lone "note: X declared here" warning

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jun 27 01:32:25 PDT 2011


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

Chandler Carruth <chandlerc at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |chandlerc at gmail.com
         Resolution|                            |FIXED

--- Comment #1 from Chandler Carruth <chandlerc at gmail.com> 2011-06-27 03:32:25 CDT ---
The note is printed because the check which suppresses a warning in this code
didn't correctly suppress the note.

It has silently snuck through all our testing due to the very peculiar behavior
of notes which mis-associate with some other diagnostic.

Fixed in r133907.

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