]> granicus.if.org Git - clang/commit
[analyzer] Avoid small vectors of non-default-constructibles.
authorArtem Dergachev <artem.dergachev@gmail.com>
Thu, 26 Sep 2019 06:33:21 +0000 (06:33 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Thu, 26 Sep 2019 06:33:21 +0000 (06:33 +0000)
commit7ca4ebfe6e0c6d671c7074bce26057133634ab22
treeb3ad233dceeddde4ce42ca4b7d43759913483eac
parent4b74975b0acd29f2260b60feb13f801f83d15c5e
[analyzer] Avoid small vectors of non-default-constructibles.

Unconfuses certain compilers.

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