This is an archive of the discontinued LLVM Phabricator instance.

Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_descriptions.{h,cc}
ClosedPublic

Authored by filcab on Aug 15 2016, 12:41 PM.

Details

Summary

Replacement for part of D23518
Code refactoring to allow us to move some more DescribeAddressIf* functions to work by getting the structured information, and then printing it.

Diff Detail

Repository
rL LLVM

Event Timeline

filcab updated this revision to Diff 68060.Aug 15 2016, 12:41 PM
filcab retitled this revision from to Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_descriptions.{h,cc}.
filcab updated this object.
filcab added reviewers: kcc, samsonov.
filcab added a subscriber: llvm-commits.
filcab updated this revision to Diff 68099.Aug 15 2016, 3:53 PM

Updated with the Decorator

kcc accepted this revision.Aug 16 2016, 9:41 AM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 16 2016, 9:41 AM
This revision was automatically updated to reflect the committed changes.