diff options
author | isuckatcs <65320245+isuckatcs@users.noreply.github.com> | 2022-06-16 16:46:01 +0200 |
---|---|---|
committer | isuckatcs <65320245+isuckatcs@users.noreply.github.com> | 2022-07-14 23:30:21 +0200 |
commit | b032e3ff6121a969b2e90ad7bf493c2d5d7ac3a2 (patch) | |
tree | 4577f3df303a52440831dd7226a3c22719167c3e /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 2da550140aa98cf6a3e96417c87f1e89e3a26047 (diff) | |
download | llvm-b032e3ff6121a969b2e90ad7bf493c2d5d7ac3a2.zip llvm-b032e3ff6121a969b2e90ad7bf493c2d5d7ac3a2.tar.gz llvm-b032e3ff6121a969b2e90ad7bf493c2d5d7ac3a2.tar.bz2 |
[analyzer] Evaluate construction of non-POD type arrays
Introducing the support for evaluating the constructor
of every element in an array. The idea is to record the
index of the current array member being constructed and
create a loop during the analysis. We looping over the
same CXXConstructExpr as many times as many elements
the array has.
Differential Revision: https://reviews.llvm.org/D127973
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions