[LLVMbugs] [Bug 8732] New: Report function/variable/types usage
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 3 01:39:01 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8732
Summary: Report function/variable/types usage
Product: clang
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: Static Analyzer
AssignedTo: kremenek at apple.com
ReportedBy: ranma42 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Sometimes (expecially when refactoring code) it is useful to know callers and
callees of a function, functions accessing global variables and/or where a type
is used.
I believe that Clang Static Analyzer already has most, if not all, the
infrastructure needed to compute this (obviously ignoring cases like function
pointers).
Would it be possible/hard/a good idea to have this kind of report in addition
to the "bugreport" for the code?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list