]> granicus.if.org Git - clang/commit
[analyzer] Fix capitalization in ObjCSuperDealloc checker diagnostic.
authorDevin Coughlin <dcoughlin@apple.com>
Tue, 1 Nov 2016 22:16:39 +0000 (22:16 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Tue, 1 Nov 2016 22:16:39 +0000 (22:16 +0000)
commit153d45226d1ee6f028089deb92f16f530fe6fb52
treef6d981c5797e04fbd7645a9ff9ccea5d5e426d16
parentaf22cbac908f889398fa88f5f71d401bda11703c
[analyzer] Fix capitalization in ObjCSuperDealloc checker diagnostic.

Change "use of 'self'..." to "Use of 'self'...". The convention is to
start diagnostics with a capital letter.

rdar://problem/28322494

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285759 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
test/Analysis/DeallocUseAfterFreeErrors.m