This is an archive of the discontinued LLVM Phabricator instance.

[clang-format ]Extend IncludeCategories regex documentation
ClosedPublic

Authored by WimLeflere on Jul 2 2018, 4:36 AM.

Details

Summary

Extend the Clang-Format IncludeCategories documentation by adding a link to the supported regular expression standard (POSIX).
And extenting the example with a system header regex.
bug 35041

Diff Detail

Repository
rL LLVM

Event Timeline

WimLeflere created this revision.Jul 2 2018, 4:36 AM
krasimir requested changes to this revision.Jul 3 2018, 1:12 AM

This file is automatically generated from Format.h using clang/docs/tools/dump_format_style.py. Please update.

This revision now requires changes to proceed.Jul 3 2018, 1:12 AM

Added the documentation to the header file.
Also had to update dump_format_style.py because it was not loading the IncludeStyle header file.

krasimir accepted this revision.Jul 5 2018, 7:19 AM

Thank you!

This revision is now accepted and ready to land.Jul 5 2018, 7:19 AM

Who can merge these changes?
Or does this happen automatically?

I don't have commit access, can someone else commit this change?

This revision was automatically updated to reflect the committed changes.