]> granicus.if.org Git - clang/commit
[analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a valid...
authorAnna Zaks <ganna@apple.com>
Wed, 14 Sep 2011 00:25:17 +0000 (00:25 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 14 Sep 2011 00:25:17 +0000 (00:25 +0000)
commit43f48b0b1bc763dc56db6e01de4fcc44ad389bef
tree5262a9d9542ecbb526353c8a3995f32104de3e5e
parentedc9592b2d100f841ae0ba69f07a5eaaccb08900
[analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a valid object given an ExploadedNode (the same logic can be reused by other checkers).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139672 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp