[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)
commit0b7fdca640f020f9b9de53401cc2c29b36748cf7
tree0805d8ca95863d757b76cc3cb7ba0d520ff9621d
parent5c9b3b757623e6bea5b4929b2046a565ee2d11bc
[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

llvm-svn: 343037
clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
clang/lib/StaticAnalyzer/Core/CallEvent.cpp