forked from OSchip/llvm-project
parent
9fc580f2d0
commit
aced3ad4b8
|
@ -7,8 +7,9 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file defines a DeadStores, a flow-sensitive checker that looks for
|
// This file defines a CheckObjCDealloc, a checker that
|
||||||
// stores to variables that are no longer live.
|
// analyzes an Objective-C class's implementation to determine if it
|
||||||
|
// correctly implements -dealloc.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue