User Details
- User Since
- Feb 16 2015, 7:00 PM (422 w, 5 d)
Sep 14 2022
Dec 15 2021
Dec 14 2021
Nov 5 2021
Jun 29 2021
Some outstanding nits to address but this looks good to me.
May 28 2021
Thanks for this!
May 5 2021
Thanks for this patch!
Jul 31 2020
Jun 17 2020
Thanks for this!
Jun 9 2020
Jun 8 2020
Amend comment - behaviour with addUnwrappedLine is expected and applied fix is fine.
Workaround for broken parsing of C# lambdas.
Jun 5 2020
Jun 4 2020
Jun 1 2020
Perhaps associated is https://github.com/isocpp/CppCoreGuidelines/issues/870 which was closed but never (in my mind) resolved.
https://reviews.llvm.org/D16376 was written by me, I'm afraid I don't recall why I abandoned it and was surprised to see that it had not been submitted.
May 15 2020
Submitted as 8fa743ab82027da443bac050e86b70bcdb78cbee
May 14 2020
I will get the Google Style guide uploaded and update this patch with a link.
May 11 2020
I expect that accepting this patch will need require an update to be made to https://github.com/google/styleguide.
May 5 2020
May 4 2020
Apr 29 2020
public int Style2 { get; set }
Apr 28 2020
Reverted this commit. Will pick this up tomorrow. Apologies for the noise!
I've just merged this in by mistake. Can revert or amend as we like.
Added missing comments.
Apr 27 2020
Format patch.
Thanks!
Apr 23 2020
Apr 22 2020
Format patch
Apr 16 2020
Format patch
Mar 31 2020
Fix failing test by preventing inconsistent states from being constructed where canBreak is false and mustBreak is true.
Mar 30 2020
Mar 23 2020
Rebase and update patch.
That's right David, this typo was fixed in a reverted and re-applied commit: https://reviews.llvm.org/D75856, https://reviews.llvm.org/D75747
Mar 19 2020
Address review comments to move deleted test and remove redundant code.
Mar 18 2020
Mar 13 2020
Mar 11 2020
Fix nits from review.
Mar 9 2020
Format code.
Mar 6 2020
Needs https://reviews.llvm.org/D75731 and https://reviews.llvm.org/D75747 to be merged first.
Requires https://reviews.llvm.org/D75731 to be merged first.
Remove comma to tidy up ugly format test and actually test what is needed.
Mar 4 2020
Remove duplicate check following review comment.
Mar 3 2020
Remove code without test coverage.
Do not allow spaces around C# attribute colons.
Mar 2 2020
I will try to handle this in unwrapped line parser.
Do not add new punctuators for ??, ?. and ?[
Handle ??, ?. and ?[ in lib/Format/FormatTokenLexer.
Feb 28 2020
Fix failing test by parsing tokens after '?[' in the same way as tokens after '['.
There's a weird test failure I'm unable to reproduce outside of the tests with real source code where