aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-03-08 23:16:38 +0000
committerAnna Zaks <ganna@apple.com>2012-03-08 23:16:38 +0000
commitd95e0b830ed031f2ea0e15e3679cd51b9bf23a9c (patch)
tree3400fa5b437e593bc661d113d90ec73d36cfa9ed /lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
parent66253352131e3e7a22b3bfd0e180607aa2bfb988 (diff)
[analyzer] Use call graph to determine order in which functions are
analyzed. The CallGraph is used when inlining is on, which is the current default. This alone does not bring any performance improvement. It's a stepping stone for the upcoming optimization in which we do not re-analyze a function that has already been analyzed while inlined in other functions. Using the call graph makes it easier to play with the order of functions to minimize redundant analyzes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp')
0 files changed, 0 insertions, 0 deletions