[llvm-bugs] [Bug 31475] Clang Static Analyzer can *NOT* check Memory-leak for glib API

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 26 23:34:13 PST 2016


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

Leslie Zhai <xiangzhai83 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Leslie Zhai <xiangzhai83 at gmail.com> ---
> However, for all the power of the Clang static analyzer, it cannot detect >problems with specific libraries, such as GLib. This is a problem if a project >uses GLib exclusively, and rarely uses POSIX APIs (which Clang does >understand). There is a plugin available for the Clang static analyzer, called >Tartan, which extends Clang to support checks against some of the common >GLib APIs.

It is not MallocChecker.cpp's issue, it can not enum all IdentifierInfo!

-- 
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/20161227/8ca95731/attachment.html>


More information about the llvm-bugs mailing list