This is an archive of the discontinued LLVM Phabricator instance.

[include-fixer] use clang-format cleaner to insert header.
ClosedPublic

Authored by ioeric on May 31 2016, 7:40 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric updated this revision to Diff 59066.May 31 2016, 7:40 AM
ioeric retitled this revision from to [include-fixer] use clang-format cleaner to insert header..
ioeric updated this object.
ioeric updated this revision to Diff 59067.May 31 2016, 7:47 AM
  • Nits fixed.
ioeric added subscribers: hokein, cfe-commits.
bkramer accepted this revision.May 31 2016, 7:51 AM
bkramer edited edge metadata.

Look at all this annoying preprocessor code going away! I love it.

This revision is now accepted and ready to land.May 31 2016, 7:51 AM
This revision was automatically updated to reflect the committed changes.
hokein added inline comments.May 31 2016, 8:00 AM
include-fixer/IncludeFixer.cpp
29 ↗(On Diff #59067)

The forward declaration can be removed too.