[PATCH] D48827: [clang-format ]Extend IncludeCategories regex documentation

2018-07-25 Thread Wim Leflere via Phabricator via cfe-commits
WimLeflere added a comment. I don't have commit access, can someone else commit this change? Repository: rC Clang https://reviews.llvm.org/D48827 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listin

[PATCH] D48827: [clang-format ]Extend IncludeCategories regex documentation

2018-07-05 Thread Wim Leflere via Phabricator via cfe-commits
WimLeflere added a comment. Who can merge these changes? Or does this happen automatically? Repository: rC Clang https://reviews.llvm.org/D48827 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinf

[PATCH] D48827: [clang-format ]Extend IncludeCategories regex documentation

2018-07-05 Thread Wim Leflere via Phabricator via cfe-commits
WimLeflere updated this revision to Diff 154176. WimLeflere added a comment. Added the documentation to the header file. Also had to update dump_format_style.py because it was not loading the IncludeStyle header file. Repository: rC Clang https://reviews.llvm.org/D48827 Files: docs/ClangF

[PATCH] D48827: [clang-format ]Extend IncludeCategories regex documentation

2018-07-02 Thread Wim Leflere via Phabricator via cfe-commits
WimLeflere created this revision. WimLeflere added reviewers: krasimir, Typz. Herald added a subscriber: cfe-commits. 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