llvm-project/lldb/unittests/Expression
Pavel Labath e588b8b664 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
2019-08-27 07:49:41 +00:00
..
CMakeLists.txt [lldb][NFC] Add unit test for lldb_private::DiagnosticManager 2019-08-12 13:31:45 +00:00
ClangParserTest.cpp [ExpressionParser] Add swift-lldb case for finding clang resource dir 2019-03-26 21:00:42 +00:00
DWARFExpressionTest.cpp DWARFExpression: Simplify class interface 2019-08-27 07:49:41 +00:00
DiagnosticManagerTest.cpp [lldb][NFC] Add unit test for lldb_private::DiagnosticManager 2019-08-12 13:31:45 +00:00