]> granicus.if.org Git - clang/commit
[analyzer] NFC: Simplify bug report equivalence classes to not be ilists.
authorArtem Dergachev <artem.dergachev@gmail.com>
Mon, 9 Sep 2019 20:34:44 +0000 (20:34 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Mon, 9 Sep 2019 20:34:44 +0000 (20:34 +0000)
commit3b8bf1275bf93abc4a091ea3710644efb5ad03a2
treec037d1cb9c141edddf5f733fd1bf16a7ed23da85
parent9e6519fecca97541fda70b4fb8386e013718eefb
[analyzer] NFC: Simplify bug report equivalence classes to not be ilists.

Use a vector of unique pointers instead.

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

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