[PATCH] D67750: Allow additional file suffixes/extensions considered as source in main include grouping

2019-09-19 Thread Mateusz Furdyna via Phabricator via cfe-commits
furdyna created this revision. furdyna added reviewers: rsmith, ioeric. Herald added a project: clang. furdyna edited the summary of this revision. By additional regex match, grouping of main include can be enabled in files that are not normally considered as a C/C++ source code. For example, thi

[PATCH] D67750: Allow additional file suffixes/extensions considered as source in main include grouping

2019-10-24 Thread Mateusz Furdyna via Phabricator via cfe-commits
furdyna added a comment. Hi, @krasimir @sylvestre.ledru , would you be able to help me with this patch? I am looking for anyone interested in reviewing this :) Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67750/new/ https://reviews.llvm.org/D67750 __

[PATCH] D69764: [clang-format] Add East/West Const fixer capability

2021-07-13 Thread Mateusz Furdyna via Phabricator via cfe-commits
furdyna added a comment. > I think its worth mentioning, that my personal preference would STILL be to > land this inside clang-format with default configuration of "OFF", > I would be interested to know how many people would be unhappy if we stated > that "sorting includes" and "namespace comm

[PATCH] D67750: Allow additional file suffixes/extensions considered as source in main include grouping

2019-11-12 Thread Mateusz Furdyna via Phabricator via cfe-commits
furdyna updated this revision to Diff 228872. furdyna marked 2 inline comments as done. furdyna added a comment. Hi @MyDeveloperDay, I changed the code following your advice. Thanks for cathing the operator==(), I was not sure if this omission was intentional or not - fixed both comparisons. C

[PATCH] D67750: Allow additional file suffixes/extensions considered as source in main include grouping

2019-11-12 Thread Mateusz Furdyna via Phabricator via cfe-commits
furdyna added a comment. @MyDeveloperDay Thanks for the review! I did rebase it a few hours ago. I actually made sure to use the full-context diff (with -U99 option) - I even have this as a last command in my command history, and the patch file on my disk is full-context. So either I still