]> granicus.if.org Git - clang/commit
More fun with retain checker diagnostics:
authorTed Kremenek <kremenek@apple.com>
Wed, 18 Feb 2009 22:57:22 +0000 (22:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 18 Feb 2009 22:57:22 +0000 (22:57 +0000)
commitbb8c5aaa10643db9a97af6dc43f646656c3a75f7
tree6f728aad84737f66fe291492961b9bcdaeac7e56
parentb7d2553edd2532d29b98b9e76bcf6a62bc48b417
More fun with retain checker diagnostics:
- Fix some grammar.
- Fix a bug where a "reference count incremented" diagnostic would not be shown
  if the previous typestate was "Released" (only happens in GC mode).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64971 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFRefCount.cpp