[llvm-bugs] [Bug 38627] New: Spurious "exception specification of overriding function is more lax than base version" error with modules
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Aug 18 13:55:18 PDT 2018
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: unassignedclangbugs at nondot.org
Reporter: andrewjcg at gmail.com
CC: dgregor at apple.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180818/44bd3c24/attachment.html>
More information about the llvm-bugs
mailing list