[PATCH] D24132: Remove the old AddressDescription struct

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 07:31:45 PDT 2016


filcab created this revision.
filcab added reviewers: kcc, eugenis, vitalybuka.
filcab added a subscriber: llvm-commits.
Herald added a subscriber: kubabrecka.

Remove the struct since it's used only once. This removes one level of
indirection, and moves all *AddressDescription to be one of the recently
introduced structures.

https://reviews.llvm.org/D24132

Files:
  lib/asan/asan_debugging.cc
  lib/asan/asan_report.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24132.70006.patch
Type: text/x-patch
Size: 5798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160901/7d6b8d3d/attachment.bin>


More information about the llvm-commits mailing list