diff options
| author | Ted Kremenek <kremenek@apple.com> | 2008-07-11 20:53:14 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2008-07-11 20:53:14 +0000 |
| commit | aced3ad4b8cdc5f36028ffc5273f60ce736268c3 (patch) | |
| tree | 5d6c1c349bd79dc09b3391fe6750ab3079fd019b /clang/lib/Analysis/CheckObjCDealloc.cpp | |
| parent | 9fc580f2d0afde49be61e3061f3098dac59e1d69 (diff) | |
| download | bcm5719-llvm-aced3ad4b8cdc5f36028ffc5273f60ce736268c3.tar.gz bcm5719-llvm-aced3ad4b8cdc5f36028ffc5273f60ce736268c3.zip | |
Fix comment.
llvm-svn: 53473
Diffstat (limited to 'clang/lib/Analysis/CheckObjCDealloc.cpp')
| -rw-r--r-- | clang/lib/Analysis/CheckObjCDealloc.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/lib/Analysis/CheckObjCDealloc.cpp b/clang/lib/Analysis/CheckObjCDealloc.cpp index 7a2a0b65f02..3e21f016df2 100644 --- a/clang/lib/Analysis/CheckObjCDealloc.cpp +++ b/clang/lib/Analysis/CheckObjCDealloc.cpp @@ -7,8 +7,9 @@ // //===----------------------------------------------------------------------===// // -// This file defines a DeadStores, a flow-sensitive checker that looks for -// stores to variables that are no longer live. +// This file defines a CheckObjCDealloc, a checker that +// analyzes an Objective-C class's implementation to determine if it +// correctly implements -dealloc. // //===----------------------------------------------------------------------===// |

