]> granicus.if.org Git - clang/commit
[analyzer] NFC: CallDescription: Improve array management.
authorArtem Dergachev <artem.dergachev@gmail.com>
Tue, 25 Sep 2018 22:13:31 +0000 (22:13 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Tue, 25 Sep 2018 22:13:31 +0000 (22:13 +0000)
commit7c8e954f273730037b454edf94c8d13123dbedf6
treefabebb6671d3b629f967a0380890d641b8be2e92
parent730c7ae40ea09e0e0209d0e092322e5eeec9b3cd
[analyzer] NFC: CallDescription: Improve array management.

Combine the two constructor overrides into a single ArrayRef constructor
to allow easier brace initializations and simplify how the respective field
is used internally.

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

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