[all-commits] [llvm/llvm-project] 018133: [lldb][NFC] Simplify structure parsing code in DWA...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Tue Nov 26 05:03:37 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0181338ddae26230d4067fdc00c2f7218f1d64d7
      https://github.com/llvm/llvm-project/commit/0181338ddae26230d4067fdc00c2f7218f1d64d7
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

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

  Log Message:
  -----------
  [lldb][NFC] Simplify structure parsing code in DWARFASTParserClang::ParseTypeFromDWARF

This way it looks more like the code around it. The assert is also gone as it just
checks that the variables we declare directly above were not initialized by anyone.
That made more sense when this was one large function.




More information about the All-commits mailing list