]> granicus.if.org Git - clang/commit
Added method "EmitBasicReport" to BugReporter to simplify the emission of simple...
authorTed Kremenek <kremenek@apple.com>
Mon, 14 Jul 2008 17:40:50 +0000 (17:40 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 14 Jul 2008 17:40:50 +0000 (17:40 +0000)
commit57202071e477530e9348bc76671ee369b2399b92
tree2dfdcffb6b502a7ddc7f991f48a5433a851965a8
parentca33f79346547cf1865c47b53ee99a6cdef07c72
Added method "EmitBasicReport" to BugReporter to simplify the emission of simple bug diagnostics.

Refactored error reporting in CheckObjCDealloc and CheckObjCInstMethSignature to use this new bug reporting interface (major code simplification).

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