This is an archive of the discontinued LLVM Phabricator instance.

[AST] Sort introspection results without instantiating other data
ClosedPublic

Authored by steveire on Apr 22 2021, 5:24 AM.

Details

Summary

Avoid string allocation in particular, but also avoid attempting to
impose any particular ordering based on formatted results.

Diff Detail

Event Timeline

steveire requested review of this revision.Apr 22 2021, 5:24 AM
steveire created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2021, 5:24 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
njames93 accepted this revision.Apr 23 2021, 8:09 AM

This I suppose is a good fast way to sort these.

This revision is now accepted and ready to land.Apr 23 2021, 8:09 AM
This revision was landed with ongoing or failed builds.Apr 23 2021, 8:21 AM
This revision was automatically updated to reflect the committed changes.