llvm-project/lldb/include/lldb/Expression
Jonas Devlieghere 04a087ace7 [DWARFExpression] Remove ctor that takes just a compile unit.
Like many of our DWARF classes, the DWARFExpression can be initialized
in several ways. One such way was through a constructor that takes just
the compile unit. This constructor is used to initialize both empty
DWARFExpressions, and DWARFExpression that will be populated later.

To make the distinction more clear, I changed the constructor to a
default constructor and updated its call sites. Where the
DWARFExpression was being populated later, I replaced that with a call
to the copy assignment constructor.

Differential revision: https://reviews.llvm.org/D62425

llvm-svn: 361849
2019-05-28 17:34:05 +00:00
..
DWARFExpression.h [DWARFExpression] Remove ctor that takes just a compile unit. 2019-05-28 17:34:05 +00:00
DiagnosticManager.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Expression.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ExpressionParser.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ExpressionSourceCode.h Add ability to import std module into expression parser to improve C++ debugging 2019-03-12 17:09:33 +00:00
ExpressionTypeSystemHelper.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ExpressionVariable.h [Expression] Remove unused dependency 2019-05-07 23:11:05 +00:00
FunctionCaller.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
IRDynamicChecks.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
IRExecutionUnit.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
IRInterpreter.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
IRMemoryMap.h Fix file names in file headers. NFC 2019-05-13 04:42:32 +00:00
LLVMUserExpression.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Materializer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
REPL.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
UserExpression.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
UtilityFunction.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00