This is an archive of the discontinued LLVM Phabricator instance.

[Tooling] Correct the total number of files being processed when `filter` is provided.
ClosedPublic

Authored by hokein on Nov 5 2018, 6:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Nov 5 2018, 6:52 AM
ioeric accepted this revision.Nov 5 2018, 6:55 AM
ioeric added inline comments.
lib/Tooling/AllTUsExecution.cpp
103 ↗(On Diff #172582)

nit: if (match) then push_back would be a line shorter.

125 ↗(On Diff #172582)

This is unused now

This revision is now accepted and ready to land.Nov 5 2018, 6:55 AM
hokein updated this revision to Diff 172585.Nov 5 2018, 7:09 AM
hokein marked 2 inline comments as done.

Address comments.

This revision was automatically updated to reflect the committed changes.