[PATCH] D109343: [DebugInfo] Enhance DIImportedEntity to accept children entities for renamed variables

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 03:24:06 PDT 2021


alok updated this revision to Diff 371854.
alok added a comment.

Updated to satisfy clang-tidy for new code.

Warnings related to existing code is handled in separate patch as D109590 <https://reviews.llvm.org/D109590>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109343/new/

https://reviews.llvm.org/D109343

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm-c/DebugInfo.h
  llvm/include/llvm/IR/DIBuilder.h
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/lib/IR/DebugInfo.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/test/Bitcode/DIImportedEntity_backward.ll
  llvm/test/Bitcode/DIImportedEntity_backward.ll.bc
  llvm/test/Bitcode/DIImportedEntity_elements.ll
  llvm/test/DebugInfo/X86/dwarfdump-DIImportedEntity_elements.ll
  llvm/tools/llvm-c-test/debuginfo.c
  llvm/unittests/IR/IRBuilderTest.cpp
  llvm/unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109343.371854.patch
Type: text/x-patch
Size: 44164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/94c991ee/attachment.bin>


More information about the llvm-commits mailing list