]> granicus.if.org Git - clang/commit
Revert "[analyzer] Make MallocChecker more robust against custom redeclarations"
authorDevin Coughlin <dcoughlin@apple.com>
Sun, 16 Oct 2016 19:26:07 +0000 (19:26 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Sun, 16 Oct 2016 19:26:07 +0000 (19:26 +0000)
commite4dfcf62c0f851642f21d9a83f013b75833092e5
tree3de86bff2366a07e0bd8094fd2d9530268d2df07
parentce58cd720b070c4481f32911d5d9c66411963ca6
Revert "[analyzer] Make MallocChecker more robust against custom redeclarations"

This reverts commit r284335.

It appears to be causing test-suite compile-time and execution-time
performance measurements to take longer than expected on several bots.
This is surprising, because r284335 is a static-analyzer-only change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284340 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
test/Analysis/malloc-custom.c [deleted file]