]> granicus.if.org Git - clang/commit
Revert most of r82198, which was causing a large number of crashes
authorTed Kremenek <kremenek@apple.com>
Fri, 18 Sep 2009 07:31:15 +0000 (07:31 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 18 Sep 2009 07:31:15 +0000 (07:31 +0000)
commit7f473c546602de69b35f0c657619c2ffe8e4136a
tree2f2c482c9d1dc2fd20e426ba6e798b5cc51a97ee
parent6a19832d08f00ac78c0a69c4fbe38b04a55b75cc
Revert most of r82198, which was causing a large number of crashes
when running the analyzer on real projects.  We'll keep the change to
AnalysisManager.cpp in r82198 so that -fobjc-gc analyzes code
correctly in both GC and non-GC modes, although this may emit two
diagnostics for each bug in some cases (a better solution will come
later).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82201 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathDiagnostic.h
lib/Analysis/BugReporter.cpp
lib/Analysis/PathDiagnostic.cpp
test/Analysis/misc-ps.m