[PATCH] D65429: Improving CodeView debug info type record's inline comments

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 16:04:56 PDT 2019


nilanjana_basu updated this revision to Diff 216279.
nilanjana_basu added a comment.

Fixed address-sanitizer reported issue of using Stringref to return references to stack memory, which were used later when they were no longer valid.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65429

Files:
  llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  llvm/include/llvm/DebugInfo/CodeView/EnumTables.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  llvm/lib/DebugInfo/CodeView/EnumTables.cpp
  llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  llvm/test/DebugInfo/COFF/class-options-common.ll
  llvm/test/DebugInfo/COFF/types-basic.ll
  llvm/test/DebugInfo/COFF/types-data-members.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65429.216279.patch
Type: text/x-patch
Size: 69982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/08f54958/attachment.bin>


More information about the llvm-commits mailing list