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

            Bug ID: 38627
           Summary: Spurious "exception specification of overriding
                    function is more lax than base version" error with
                    modules
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Modules
          Assignee: unassignedclangb...@nondot.org
          Reporter: andrew...@gmail.com
                CC: dgre...@apple.com, llvm-bugs@lists.llvm.org

Created attachment 20740
  --> https://bugs.llvm.org/attachment.cgi?id=20740&action=edit
Simplified repro for bug.

Seeing a spurious "exception specification of overriding function is more lax
than base version" error when building with modules, apparently from clang not
being able to deduce that a base class destructor is noexcept from after
serializing (but not that sure here).  Repro is attached and also available at
https://reviews.llvm.org/differential/diff/161382/.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to