[PATCH] D137933: [llvm-debuginfo-analyzer] 10 - Smart Pointers

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 03:53:35 PST 2022


CarlosAlbertoEnciso created this revision.
CarlosAlbertoEnciso added reviewers: echristo, dblaikie, rnk, aganea, probinson, StephenTozer, Orlando, psamolysov, aprantl, jmorse, jryans.
CarlosAlbertoEnciso added projects: debug-info, LLVM.
Herald added subscribers: manas, ASDenysPetrov, dkrupp, donat.nagy, Szelethus, a.sidorin, baloghadamsoftware, hiraditya.
Herald added a project: All.
CarlosAlbertoEnciso requested review of this revision.
Herald added a subscriber: llvm-commits.

**LLVM debug information visual analyzer**

For more information, see the RFC https://discourse.llvm.org/t/llvm-dev-rfc-llvm-dva-debug-information-visual-analyzer/62570

Patches:
01 - Interval Tree <https://reviews.llvm.org/D125776>
02 - Driver and Documentation <https://reviews.llvm.org/D125777>
03 - Logical Elements <https://reviews.llvm.org/D125778>
04 - Locations and Ranges <https://reviews.llvm.org/D125779>
05 - Select Elements <https://reviews.llvm.org/D125780>
06 - Warning and Internal Options <https://reviews.llvm.org/D125781>
07 - Compare Elements <https://reviews.llvm.org/D125782>
08 - ELF Reader <https://reviews.llvm.org/D125783>
09 - CodeView Reader <https://reviews.llvm.org/D125784>
10 - Smart Pointers <https://reviews.llvm.org/D999999>

This is a high level summary of the changes in this patch.

**Smart Pointers**

- Use smart pointers for memory management.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137933

Files:
  llvm/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h
  llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h
  llvm/include/llvm/DebugInfo/LogicalView/Core/LVReader.h
  llvm/include/llvm/DebugInfo/LogicalView/Core/LVScope.h
  llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h
  llvm/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h
  llvm/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h
  llvm/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h
  llvm/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h
  llvm/lib/DebugInfo/LogicalView/Core/LVLocation.cpp
  llvm/lib/DebugInfo/LogicalView/Core/LVScope.cpp
  llvm/lib/DebugInfo/LogicalView/Core/LVSymbol.cpp
  llvm/lib/DebugInfo/LogicalView/LVReaderHandler.cpp
  llvm/lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp
  llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewReader.cpp
  llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.cpp
  llvm/lib/DebugInfo/LogicalView/Readers/LVELFReader.cpp
  llvm/unittests/DebugInfo/LogicalView/CodeViewReaderTest.cpp
  llvm/unittests/DebugInfo/LogicalView/CompareElementsTest.cpp
  llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp
  llvm/unittests/DebugInfo/LogicalView/LocationRangesTest.cpp
  llvm/unittests/DebugInfo/LogicalView/LogicalElementsTest.cpp
  llvm/unittests/DebugInfo/LogicalView/SelectElementsTest.cpp
  llvm/unittests/DebugInfo/LogicalView/WarningInternalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137933.475097.patch
Type: text/x-patch
Size: 69845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221114/34132b4d/attachment.bin>


More information about the llvm-commits mailing list