User Details
- User Since
- Feb 11 2022, 2:39 PM (59 w, 1 d)
Today
- Use shorter conditions
Yesterday
Generate doc
Sun, Mar 26
Sat, Mar 25
Wed, Mar 22
Sun, Mar 19
Wed, Mar 15
Mon, Mar 13
Sun, Mar 12
Fri, Mar 10
Feb 19 2023
@MyDeveloperDay Looking at the return lines in the functions in FormatToken.h got me to check the similar functions not changed by this patch. And I noticed that the final == in isCSharpKeyword seems to return true when the token is not a keyword.
Feb 17 2023
- add tests
Feb 11 2023
Feb 5 2023
Feb 4 2023
- add parentheses
- rename field
Feb 2 2023
- add parentheses
Jan 30 2023
Nov 13 2022
Can you make TokenAnnotator::printDebugInfo print PPLevel?
Nov 6 2022
Here is one problem:
Nov 3 2022
It does some more than D137052. But the additional stuff is not very important and no one can review it. So I am closing it.
Nov 1 2022
It just occurred to me that klimek is the one who added all this stuff. Why didn't you include him as a reviewer?
Thanks for fixing the problem I caused.
Oct 30 2022
This patch fixes the regression caused by 2183fe2 while introducing a new regression. But in my opinion the new regression is less of a problem than the old one. Therefore I think it is okay.
Oct 29 2022
Oct 25 2022
Oct 23 2022
- Merge
- use ArrayRef
Oct 14 2022
- correct spelling
- add tests
Oct 11 2022
I am closing it now there is D135740.
Should I add a test with comments to be aligned like in the bug report? I was not sure because I didn't find an existing test for alignment of comments.
Oct 6 2022
The problem that remains is this, as I explained in the issue. The second branch of the second block is not indented.
Sep 21 2022
Did you leave out clang/include/clang/Format and clang/unittests/Format?
Sep 16 2022
Sep 15 2022
Sep 13 2022
Sep 10 2022
Jul 28 2022
It looks like some of the braces in the code should be removed for example those surrounding one-line for bodies. Sorry if it is not my job to point this out, but MyDeveloperDay has not said anything.
Jul 25 2022
Are there any problems with this revision? The ones that depend on it are approved.
Jul 11 2022
- take out check
- use boolean as boolean