[all-commits] [llvm/llvm-project] 743c4f: [lldb][DWARFASTParserClang][NFC] Extract static da...

Michael Buch via All-commits all-commits at lists.llvm.org
Mon Nov 13 11:30:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 743c4fe43cad05dad422c1c64fd855fc506bb209
      https://github.com/llvm/llvm-project/commit/743c4fe43cad05dad422c1c64fd855fc506bb209
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h

  Log Message:
  -----------
  [lldb][DWARFASTParserClang][NFC] Extract static data member decl creation into helper (#72109)

This patch extracts the logic to create a static variable member decl
into a helper. We will use this in an upcoming patch which will need to
call exactly the same logic from a separate part of the DWARF parser.




More information about the All-commits mailing list