[llvm-bugs] [Bug 25116] New: Please support whole program analysis…
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 8 15:33:17 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25116
Bug ID: 25116
Summary: Please support whole program analysis…
Product: clang
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Static Analyzer
Assignee: kremenek at apple.com
Reporter: ytrezq at sdf-eu.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Currently scan-build is unable to see how functions interact between each other
if they reside in different source files.
Whole program analysis is more and more common across compilers in the aim to
provide better optimisation.
Currently if someone really need this, one have to merge all the source files
of it’s project. Which is really unpractical :
http://stackoverflow.com/q/33025868/2284570
--
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/20151008/43c749f5/attachment.html>
More information about the llvm-bugs
mailing list