[llvm-bugs] [Bug 39287] New: Inline virtual destructor definition before module import causes weird build breakage

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Oct 14 11:54:30 PDT 2018


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

            Bug ID: 39287
           Summary: Inline virtual destructor definition before module
                    import causes weird build breakage
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Modules
          Assignee: unassignedclangbugs at nondot.org
          Reporter: andrewjcg at gmail.com
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org

Importing a module after defining a class with an inline virtual destructor
using C++17 causes weird subsequent build errors.  Simplified repro using
typeid is https://reviews.llvm.org/differential/diff/169616/, but I've seen
various other weird errors caused by this in the wild.

-- 
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/20181014/dd706a8d/attachment-0001.html>


More information about the llvm-bugs mailing list