[llvm-bugs] [Bug 48767] New: D94269 makes some of [unix.Malloc] check redundant
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 15 15:11:40 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=48767
Bug ID: 48767
Summary: D94269 makes some of [unix.Malloc] check redundant
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Static Analyzer
Assignee: dcoughlin at apple.com
Reporter: cjdb.ns at gmail.com
CC: dcoughlin at apple.com, llvm-bugs at lists.llvm.org
D94269 turns on `-Wfree-nonheap-object` on by default, which means that most of
the warnings in `test/Analysis/free.c` are double-warned: once from clang, and
once from the analyser.
--
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/20210115/dbbc287a/attachment.html>
More information about the llvm-bugs
mailing list