]> granicus.if.org Git - clang/commit
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)
commit6e6d6a6eb6f4414d45235dadac93089b07f0f5c2
treed26186d2772bbd37db413b38cf6b4ff37130250e
parenta1923b264588a391a9b5b66669f502c515eec81f
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357332 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ProgramPoint.h
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
lib/StaticAnalyzer/Checkers/MIGChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
test/Analysis/mig.mm