]> granicus.if.org Git - clang/commit
Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""
authorDevin Coughlin <dcoughlin@apple.com>
Sun, 16 Oct 2016 00:30:08 +0000 (00:30 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Sun, 16 Oct 2016 00:30:08 +0000 (00:30 +0000)
commitdf3d86d13ef805b7a699e8d6372e2767c9d90feb
treefe835717114885d2d177315f33f7ff8ca5bc248f
parent66ffebb5e0d9a828b1ce085967f7be460fc4a016
Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""

Revert:
r283662: [analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"
r283660: [analyzer] Fix build error after r283660 - remove constexpr strings.

It was causing an internal build bot to fail. It looks like in some cases
adding an extra note can cause scan-build plist output to drop a diagnostic
altogether.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
test/Analysis/DeallocMissingRelease.m
test/Analysis/PR2978.m
test/Analysis/properties.m