[llvm-bugs] [Bug 6620] Unnamed namespace problem

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 18 18:29:37 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=6620

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

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

--- Comment #4 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Clang will produce a warning when the template is instantiated. In more
interesting cases, we can't produce a correct warning until instantiation (the
fall through might be unreachable).

If you think that should be handled better, please open a new bug; that lack of
warning has nothing to do with this bug.

-- 
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/20180419/b743aece/attachment.html>


More information about the llvm-bugs mailing list