]> granicus.if.org Git - clang/commit
Fixed regressions in error reporting due to copy-paste errors (using the "begin"
authorTed Kremenek <kremenek@apple.com>
Thu, 10 Apr 2008 16:05:13 +0000 (16:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 10 Apr 2008 16:05:13 +0000 (16:05 +0000)
commit4d35dacf85fc9fb257baa1a846abef2361a1c426
treedbacd1773c937484321d4e94e71435465ad140ee
parente13594279a952537ac903325efff57e3edca79d9
Fixed regressions in error reporting due to copy-paste errors (using the "begin"
iterator instead of "end") and not implementing "getDescription()" for Nil
argument checks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49485 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/BugReporter.h
lib/Analysis/BasicObjCFoundationChecks.cpp
lib/Analysis/GRSimpleVals.cpp