]> granicus.if.org Git - clang/commit
Rework PathDiagnostic creation so that call stacks are captured by a nested PathDiagn...
authorTed Kremenek <kremenek@apple.com>
Fri, 24 Feb 2012 00:38:56 +0000 (00:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 24 Feb 2012 00:38:56 +0000 (00:38 +0000)
commit4970ef8e3527ac356c3e9fde0710561fcb63e424
tree2b624077752e8ea3755cd4a470e39597767d0f27
parent729d5c4959fbe01e22554e56a35639173388911a
Rework PathDiagnostic creation so that call stacks are captured by a nested PathDiagnosticCallPiece.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151317 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp