OSDN Git Service

ART: Use std::vector in GraphChecker
authorAndreas Gampe <agampe@google.com>
Fri, 7 Nov 2014 18:34:36 +0000 (10:34 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 7 Nov 2014 18:34:36 +0000 (10:34 -0800)
commit91356c028022180dfbe54ed7f5f465041c8b23ff
tree0c2b3324e455d8da09de9d97431f19fc8da41e44
parentfe2579badfd2b76a1592cca4a4435f75a0fc5170
ART: Use std::vector in GraphChecker

(Temporarily) move GraphChecker to use std::vector for errors, as
std::strings need to be destructed.

Bug: 18120045
Change-Id: I7d38001e6b1f3cee14299194d4515b985541d656
compiler/optimizing/graph_checker.cc
compiler/optimizing/graph_checker.h