This is an archive of the discontinued LLVM Phabricator instance.

Own/produce FrontendActionFactories by value, clang-tools-extra portion.
AbandonedPublic

Authored by dblaikie on Jun 26 2014, 9:55 AM.

Details

Reviewers
None

Diff Detail

Event Timeline

dblaikie updated this revision to Diff 10892.Jun 26 2014, 9:55 AM
dblaikie retitled this revision from to Own/produce FrontendActionFactories by value, clang-tools-extra portion..
dblaikie added a reviewer: klimek.
dblaikie added a subscriber: Unknown Object (MLST).
klimek accepted this revision.Jun 26 2014, 10:04 AM
klimek edited edge metadata.

lg

clang-modernize/Core/Transform.h
74–76

Any reason to have 2 empty lines here?

clang-modernize/LoopConvert/LoopConvert.cpp
51 ↗(On Diff #10892)

Why not still call createActionFactory? (or delete createActionFactory)?

clang-modernize/tool/ClangModernize.cpp
472

I think we'll not want to call it "new..." if it doesn't return a pointer. (I'd use "create" in that case).

This revision is now accepted and ready to land.Jun 26 2014, 10:04 AM
dblaikie updated this revision to Diff 10896.Jun 26 2014, 10:16 AM
dblaikie edited edge metadata.
  • Reuse createActionFactory and remove extra blank line.
klimek resigned from this revision.Jul 3 2015, 7:03 AM
klimek removed a reviewer: klimek.
This revision now requires review to proceed.Jul 3 2015, 7:03 AM
dblaikie abandoned this revision.Mar 25 2016, 3:44 PM