I also assured that there are no other functions unnecessarily using std::vector as argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88024
[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 TimelineThis revision is now accepted and ready to land.Sep 21 2020, 10:09 AM Closed by commit rG1dc7836aed13: [SyntaxTree][Nit] Take `ArrayRef` instead of `std::vector` as argument for… (authored by eduucaldas). · Explain WhySep 21 2020, 11:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 293354 clang/include/clang/Tooling/Syntax/BuildTree.h
clang/lib/Tooling/Syntax/Synthesis.cpp
|