]> granicus.if.org Git - clang/commit
[analyzer] Reapply r261917 with a fix.
authorDevin Coughlin <dcoughlin@apple.com>
Thu, 25 Feb 2016 21:15:16 +0000 (21:15 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Thu, 25 Feb 2016 21:15:16 +0000 (21:15 +0000)
commit9fa9ac21a0ec76ce2837527844b117bb420b071c
tree944c2c8b3ae1033c7071e6be5da983e0ea7e5b93
parent425ee2e92002a79f92c86018010bf2d0a8c41e6f
[analyzer] Reapply r261917 with a fix.

This reapplies "[analyzer] Make ObjCDeallocChecker path sensitive." (r261917)
with a fix for an error on some bots about specializing a template
from another namespace.

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