]> granicus.if.org Git - clang/commit
Fix failing MSan bots
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Fri, 18 Jan 2019 08:43:22 +0000 (08:43 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Fri, 18 Jan 2019 08:43:22 +0000 (08:43 +0000)
commit0a455fbe13bd9161dfb85788173ad8c0215e5d7b
tree5636b3c63d86558f256103cbf475d1f185a44d87
parent56934968fc4113de172a6d4e8d8b53d902084b63
Fix failing MSan bots

Revert r351508-351514, this block of changes introduced a consistent
MSan failure on the sanitizer bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351528 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
include/clang/StaticAnalyzer/Core/RetainSummaryManager.h
lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
lib/StaticAnalyzer/Checkers/ValistChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp
test/Analysis/os_object_base.h [deleted file]
test/Analysis/os_smart_ptr.h [deleted file]
test/Analysis/osobject-retain-release.cpp
test/Analysis/test-separate-retaincount.cpp