]> granicus.if.org Git - clang/commit
Reapply r151317, but when computing the PathDiagnostic profile and size keep into...
authorTed Kremenek <kremenek@apple.com>
Fri, 24 Feb 2012 06:00:00 +0000 (06:00 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 24 Feb 2012 06:00:00 +0000 (06:00 +0000)
commit2042fc1f36d471f437023e8899f0c4fadded2341
tree2e662d0fa3fd8f4aafc5ce4d0ae2c0e07525417f
parent2fffbc770a89905a40dc1689eb934aa00edcc0c9
Reapply r151317, but when computing the PathDiagnostic profile and size keep into account the nested structure.  Also fix a problem with how
inlining impacted Plist diagnostics, and adjust some ranges in the Plist output due to richer information.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151346 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
test/Analysis/inline-unique-reports.c