User Details
User Details
- User Since
- Sep 30 2021, 6:04 AM (77 w, 1 d)
Nov 30 2021
Nov 30 2021
crayroud added inline comments to D114725: [clang-format] add back tests which didn't cause a regression.
Nov 30 2021, 11:11 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
crayroud added inline comments to D114725: [clang-format] add back tests which didn't cause a regression.
Nov 30 2021, 9:34 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
Nov 29 2021
Nov 29 2021
crayroud added inline comments to D114725: [clang-format] add back tests which didn't cause a regression.
Nov 29 2021, 11:04 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
crayroud added inline comments to D114696: [clang-format] regressed default behavior for operator parentheses.
crayroud added inline comments to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Nov 10 2021
Nov 10 2021
git revision: 6facafe7da59eb02e8c1519670b503efda2f4b58
Nov 5 2021
Nov 5 2021
crayroud added a comment to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
I do not have commit access, could you please help with the push?
Nov 4 2021
Nov 4 2021
crayroud added a comment to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Could you please wait before to push this changes to the main branch, there is one more point I want to verify.
crayroud added a comment to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
crayroud added a comment to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
crayroud updated the diff for D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Fix ordering of SpaceBeforeParensCustom options
Nov 3 2021
Nov 3 2021
crayroud added inline comments to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
crayroud updated the diff for D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Reorder the options
Nov 2 2021
Nov 2 2021
crayroud updated the diff for D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Add a release note into clang/docs/ReleaseNotes.rst
crayroud added inline comments to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
crayroud added a comment to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
I used the following command to verify my changes on multiple files. Thank you for the tip.
crayroud added inline comments to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
crayroud updated the diff for D110833: [clang-format] Refactor SpaceBeforeParens to add options.
- SpaceBeforeParensFlags has been renamed to SpaceBeforeParensOptions
- All common space before parentheses are now grouped
- More tests has been added
Oct 25 2021
Oct 25 2021
crayroud added inline comments to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Oct 22 2021
Oct 22 2021
crayroud added inline comments to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Oct 21 2021
Oct 21 2021
crayroud updated the diff for D110833: [clang-format] Refactor SpaceBeforeParens to add options.
This new version adds the possibility to configure space before opening parentheses independently from one another. Instead of creating a new SBPO_ mode for each combinations.
crayroud retitled D110833: [clang-format] Refactor SpaceBeforeParens to add options from [clang-format] Add ControlStatementsAndFunctionDefinitionsExceptControlMacros option to SpaceBeforeParens to [clang-format] Refactor SpaceBeforeParens to add flags.
Oct 5 2021
Oct 5 2021
crayroud added a comment to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Thank you for your inputs. I will work on the changes and update the patch once it is ready.
Oct 1 2021
Oct 1 2021
crayroud added inline comments to D110833: [clang-format] Refactor SpaceBeforeParens to add options.
Sep 30 2021
Sep 30 2021
crayroud requested review of D110833: [clang-format] Refactor SpaceBeforeParens to add options.