Revert "[analyzer] Introduce a simplified API for adding custom path notes."
authorArtem Dergachev <artem.dergachev@gmail.com>
Fri, 29 Mar 2019 23:11:10 +0000 (23:11 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Fri, 29 Mar 2019 23:11:10 +0000 (23:11 +0000)
commit4d6fb5789fca8857c5161a621892b69a23a53d25
tree04c6424e72c8c674f2e73651df6ab3723e782158
parentb55637b5d76c6f7aa5aea4bfbd2bc832f9e68ec8
Revert "[analyzer] Introduce a simplified API for adding custom path notes."

This reverts commit r357323.

ASan leaks found by a buildbot :)

Differential Revision: https://reviews.llvm.org/D58367

llvm-svn: 357332
clang/include/clang/Analysis/ProgramPoint.h
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
clang/lib/StaticAnalyzer/Core/BugReporter.cpp
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
clang/test/Analysis/mig.mm