[llvm-bugs] [Bug 40251] New: -Woverride-init for Clang
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 7 18:18:04 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40251
Bug ID: 40251
Summary: -Woverride-init for Clang
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: natechancellor at gmail.com
CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
richard-llvm at metafoo.co.uk
Clang does not support '-Woverride-init', an option from GCC used in the Linux
kernel in certain places:
warning: unknown warning option '-Woverride-init'; did you mean
'-Woverride-module'? [-Wunknown-warning-option]
1 warning generated.
GCC's user manual describes this option here:
https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/Warning-Options.html#index-Woverride-init
--
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/20190108/fc8b0bfe/attachment.html>
More information about the llvm-bugs
mailing list