]> granicus.if.org Git - clang/commit
[analyzer] Improved checker naming in CFG dump.
authorAnton Yartsev <anton.yartsev@gmail.com>
Mon, 17 Feb 2014 18:25:34 +0000 (18:25 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Mon, 17 Feb 2014 18:25:34 +0000 (18:25 +0000)
commit48e74b6ed772e6b07a38ea683eebaf9b1fca7e2e
treeb89c58c4d5d033001071646b556523f859c45051
parentbb61aa3ab695b1f17a902aefb4d09859e74e1377
[analyzer] Improved checker naming in CFG dump.

This implements FIXME from Checker.cpp (FIXME: We want to return the package + name of the checker here.) and replaces hardcoded checker names with the new ones obtained via getCheckName().getName().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201525 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ProgramPoint.h
include/clang/StaticAnalyzer/Core/Checker.h
lib/Analysis/ProgramPoint.cpp
lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Core/Checker.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp