This is an archive of the discontinued LLVM Phabricator instance.

std::function-ize ClangTidyCheckFactories.
ClosedPublic

Authored by alexfh on Sep 10 2014, 4:18 AM.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 13530.Sep 10 2014, 4:18 AM
alexfh retitled this revision from to std::function-ize ClangTidyCheckFactories..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: djasper.
alexfh added a subscriber: Unknown Object (MLST).
djasper accepted this revision.Sep 10 2014, 4:22 AM
djasper edited edge metadata.

Feels like you are undoing the unique_ptr change I reviewed minutes ok. Nevertheless, this looks good.

This revision is now accepted and ready to land.Sep 10 2014, 4:22 AM
In D5289#4, @djasper wrote:

Feels like you are undoing the unique_ptr change I reviewed minutes ok. Nevertheless, this looks good.

I'd say, that I'm moving this code further in the same direction: making it lighter and more modern ;)

alexfh closed this revision.Sep 10 2014, 4:35 AM