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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to