This is an archive of the discontinued LLVM Phabricator instance.

Add support for displaying Java array types on Andorid
ClosedPublic

Authored by tberghammer on Apr 26 2016, 10:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Add support for displaying Java array types on Andorid.
tberghammer updated this object.
tberghammer added a reviewer: ovyalov.
tberghammer added a subscriber: lldb-commits.
ovyalov accepted this revision.Apr 28 2016, 10:14 AM
ovyalov edited edge metadata.

LGTM

source/Plugins/Language/Java/JavaLanguage.cpp
103 ↗(On Diff #55031)

Could you define a constant for "^.*\\[\\]&?$" since it's used twice?

This revision is now accepted and ready to land.Apr 28 2016, 10:14 AM
This revision was automatically updated to reflect the committed changes.