diff options
author | Pavel Labath <pavel@labath.sk> | 2019-08-27 07:49:41 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-08-27 07:49:41 +0000 |
commit | e588b8b66456e2eae0c970da5b25bee32a280b48 (patch) | |
tree | 80a79f18d975fd8bf1d61452de6d96cdee025276 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 3131aed59bb1465253642c26bcff357524b7dd2c (diff) | |
download | llvm-e588b8b66456e2eae0c970da5b25bee32a280b48.zip llvm-e588b8b66456e2eae0c970da5b25bee32a280b48.tar.gz llvm-e588b8b66456e2eae0c970da5b25bee32a280b48.tar.bz2 |
DWARFExpression: Simplify class interface
Summary:
The DWARFExpression methods have a lot of arguments. This removes two of
them by removing the ability to slice the expression via two offset+size
parameters. This is a functionality that it is not always needed, and
when it is, we already have a different handy way of slicing a data
extractor which we can use instead.
Reviewers: JDevlieghere, clayborg
Subscribers: aprantl, lldb-commits
Differential Revision: https://reviews.llvm.org/D66745
llvm-svn: 370027
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions