llvm-project/lldb/source/Plugins/SymbolFile/PDB
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
..
CMakeLists.txt [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00
PDBASTParser.cpp Make a blind attempt at fixing PDBASTParser nullability issues 2019-01-29 21:46:34 +00:00
PDBASTParser.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PDBLocationToDWARFExpression.cpp [DWARFExpression] Remove ctor that takes just a compile unit. 2019-05-28 17:34:05 +00:00
PDBLocationToDWARFExpression.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
SymbolFilePDB.cpp Kill unused variable m_tu_decl_up in SymbolFilePDB 2019-03-27 19:15:13 +00:00
SymbolFilePDB.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00