[LLVMbugs] [Bug 9547] Bad fixit for missing semi after class definition when followed by a qualified name

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 19 14:48:04 PST 2013


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |FIXED
           Assignee|unassignedclangbugs at nondot. |richard-llvm at metafoo.co.uk
                   |org                         |

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r195163:

<stdin>:4:2: error: expected ';' after class
}
 ^
<stdin>:6:10: error: incomplete result type 'Bar::Baz' in function definition
Bar::Baz f() {
         ^
<stdin>:1:23: note: forward declaration of 'Bar::Baz'
namespace Bar { class Baz; }
                      ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131119/68c12a05/attachment.html>


More information about the llvm-bugs mailing list