This is an archive of the discontinued LLVM Phabricator instance.

[SyntaxTree][Nit] Take `ArrayRef` instead of `std::vector` as argument for `createTree`
ClosedPublic

Authored by eduucaldas on Sep 21 2020, 7:48 AM.

Details

Summary

I also assured that there are no other functions unnecessarily using std::vector as argument.

Diff Detail

Event Timeline

eduucaldas created this revision.Sep 21 2020, 7:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2020, 7:48 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
eduucaldas requested review of this revision.Sep 21 2020, 7:48 AM
gribozavr2 accepted this revision.Sep 21 2020, 10:09 AM
This revision is now accepted and ready to land.Sep 21 2020, 10:09 AM