[llvm-bugs] [Bug 44285] New: -Wdefaulted-function-deleted is not available from apt llvm
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Dec 12 06:35:19 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=44285
Bug ID: 44285
Summary: -Wdefaulted-function-deleted is not available from apt
llvm
Product: clang
Version: 9.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: maxime.roussinbelanger at gmail.com
CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
richard-llvm at metafoo.co.uk
I have installed clang-9 https://apt.llvm.org/ from there and I have built
clang from source.
Both are from the same commit `432bf48c08d`. I think that's 9-rc2.
https://godbolt.org/z/H_dxee
Built from source I get the same exact warnings.
>From llvm apt, I don't get the `defaulted-function-deleted` error.
Why there would be differences from source and apt packages in the available
warnings?
--
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/20191212/19e30c3d/attachment.html>
More information about the llvm-bugs
mailing list