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)
commiteeb8d20db46ef278ac91606f6e7c274f4852136a
treea9291a1b372bdf7bd2f17b5c6fd7b924a72bc445
parent8dee3427f74ecae16b710ecf7d6137b51107b50e
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.

llvm-svn: 284340
clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
clang/test/Analysis/malloc-custom.c [deleted file]