]> granicus.if.org Git - clang/commit
[analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees.
authorJordan Rose <jordan_rose@apple.com>
Tue, 10 Jul 2012 23:56:23 +0000 (23:56 +0000)
committerJordan Rose <jordan_rose@apple.com>
Tue, 10 Jul 2012 23:56:23 +0000 (23:56 +0000)
commit0ffbfd1a7f80f9a3c07317cb8f44c562f2ba1ba5
tree032c92cbc84a108c3524f63002ba774ea7d561ed
parent5ef6e94b294cc47750d8ab220858a36726caba59
[analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees.

This is probably not so useful yet because it is not path-sensitive, though
it does try to show inlining with indentation.

This also adds a dump() method to CallEvent, which should be useful for
debugging.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160030 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/Calls.h
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
lib/StaticAnalyzer/Core/Calls.cpp