[all-commits] [llvm/llvm-project] 9b1c06: Move initialization of Variable::m_loc_is_const_da...

adrian-prantl via All-commits all-commits at lists.llvm.org
Tue Oct 13 17:01:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b1c06c0e84a9cc763e12b289becb5fc3c9d01ea
      https://github.com/llvm/llvm-project/commit/9b1c06c0e84a9cc763e12b289becb5fc3c9d01ea
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Symbol/Variable.cpp

  Log Message:
  -----------
  Move initialization of Variable::m_loc_is_const_data into constructor (NFC)

This makes it symmetric with all other flags and makes it easier to
not forget to initialize it.

https://reviews.llvm.org/D89351




More information about the All-commits mailing list