[PATCH] D24387: [asan] Store access_size in the {Stack, Global}AddressDescription objects

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 06:09:22 PDT 2016


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

This is important information when we want to describe errors, and should be
part of these descriptions. Otherwise, we need to know the access size when
printing/emitting the description.

https://reviews.llvm.org/D24387

Files:
  lib/asan/asan_descriptions.cc
  lib/asan/asan_descriptions.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24387.70820.patch
Type: text/x-patch
Size: 5796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160909/339b6906/attachment.bin>


More information about the llvm-commits mailing list