]> granicus.if.org Git - clang/commit
[analyzer] NFC: Remove the BugTypes set from BugReporter.
authorArtem Dergachev <artem.dergachev@gmail.com>
Tue, 20 Aug 2019 21:41:20 +0000 (21:41 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Tue, 20 Aug 2019 21:41:20 +0000 (21:41 +0000)
commit9e698f2c0f3e12d20d0592a0e8aff5142272fa22
tree819ba613e0c16e4591cc702236d793bd94b0ac89
parentb9fc39969b7062348031ed0474059557bb9f6da3
[analyzer] NFC: Remove the BugTypes set from BugReporter.

Its only purpose was to avoid a bug that's caused by
making a virtual call in BugReporter's destructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369451 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp