forked from OSchip/llvm-project
04a087ace7
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 |
||
---|---|---|
.. | ||
DWARFExpression.h | ||
DiagnosticManager.h | ||
Expression.h | ||
ExpressionParser.h | ||
ExpressionSourceCode.h | ||
ExpressionTypeSystemHelper.h | ||
ExpressionVariable.h | ||
FunctionCaller.h | ||
IRDynamicChecks.h | ||
IRExecutionUnit.h | ||
IRInterpreter.h | ||
IRMemoryMap.h | ||
LLVMUserExpression.h | ||
Materializer.h | ||
REPL.h | ||
UserExpression.h | ||
UtilityFunction.h |