]> granicus.if.org Git - clang/commit
[analyzer] Print function name when dumping its CFG.
authorJordan Rose <jordan_rose@apple.com>
Wed, 15 Jan 2014 17:25:05 +0000 (17:25 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 15 Jan 2014 17:25:05 +0000 (17:25 +0000)
commita966b85e0fb4d37e12252bbb7edf897c5b5404ad
treeb1d0ccd9270dcb3d86e61bc0505e64967d0c399d
parentfe63cbf5be9ed5032bcbcd21f426156e595fa52b
[analyzer] Print function name when dumping its CFG.

This allows us to use CHECK-LABEL to ensure that we're checking the right CFG.

Debugging change only.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
test/Analysis/cfg.cpp