[LLVMbugs] [Bug 18194] Incorrect error when virtually inheriting from standard exception classes.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 9 15:00:08 PST 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |WORKSFORME

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Your example does not reproduce the issue for me. The diagnostic you're seeing
happens to be the very first diagnostic ID, which we (a little while ago)
switched from being diagnostic 0 to being diagnostic 1 (because we sometimes
use diagnostic ID 0 to mean 'don't produce a diagnostic).

Try a clean build of Clang, and check if you have any locally-modified files.
If that doesn't help, please reopen and provide any extra information you can
find (but this is going to require some digging on your side, to at least get a
repro that works for someone else).

-- 
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/20131209/7123b7ee/attachment.html>


More information about the llvm-bugs mailing list