This is an archive of the discontinued LLVM Phabricator instance.

[include-fixer] Mention more details in the document.
ClosedPublic

Authored by hokein on May 20 2016, 6:05 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 57926.May 20 2016, 6:05 AM
hokein retitled this revision from to [include-fixer] Mention more details in the document..
hokein updated this object.
hokein added a reviewer: bkramer.
hokein added subscribers: ioeric, cfe-commits.

Could you please mention include-fixer in docs/ReleaseNotes.rst? This is definitely major new feature in upcoming release.

bkramer edited edge metadata.Jun 6 2016, 2:41 AM

Sorry, this patch somehow got buried in my mail.

docs/include-fixer.rst
69 ↗(On Diff #57926)

Maybe also describe the g:clang_include_fixer_path that you can put into .vimrc?

hokein updated this revision to Diff 59721.Jun 6 2016, 7:56 AM
hokein marked an inline comment as done.
hokein edited edge metadata.

Address review comments.

hokein added a comment.Jun 6 2016, 7:56 AM

Could you please mention include-fixer in docs/ReleaseNotes.rst? This is definitely major new feature in upcoming release.

Done.

bkramer added inline comments.Jun 6 2016, 8:02 AM
docs/ReleaseNotes.rst
47 ↗(On Diff #59721)

a tool that provides

docs/include-fixer.rst
70 ↗(On Diff #59721)

add the path to clang-include-fixer to the PATH environment variable

71 ↗(On Diff #59721)

in vimrc

hokein updated this revision to Diff 59725.Jun 6 2016, 8:18 AM
hokein marked 3 inline comments as done.

Add comments.

bkramer accepted this revision.Jun 6 2016, 8:42 AM
bkramer edited edge metadata.

Two more nits, looks good otherwise :)

docs/include-fixer.rst
73 ↗(On Diff #59725)

typo custonmize, headers being shown

This revision is now accepted and ready to land.Jun 6 2016, 8:42 AM
hokein updated this revision to Diff 59838.Jun 7 2016, 12:54 AM
hokein edited edge metadata.

Fix typo.

This revision was automatically updated to reflect the committed changes.