User Details
- User Since
- Sep 28 2018, 4:07 PM (244 w, 5 d)
Feb 10 2023
Nice!
Aug 19 2022
Simplify and generalize the AST matcher. We just want to find all return statements in function definitions.
Aug 18 2022
Add AST matchers for the if statements and improve the actual check implementation.
Aug 16 2022
Thanks for the quick review, Eugene!
Improve mark up in the docs.
Add a release note.
Add docs.
Drop the trailing \n from the main C++ file
Jan 3 2022
@aaron.ballman could you commit this change please? I've never had commit rights... Thanks!
Done with review changes.
Addressed review comments: explicit types and doc changes.
Dec 17 2021
Added a "two constructors" test case along with the support for that.
Dec 8 2021
Sure, adding an option is easy, if that's the consensus. What would you call it?
Dec 6 2021
@aaron.ballman do you happen to know who is best to review a clang-tidy fix?
Dec 2 2021
Ran clang-format on the test cases.
Ran clang-format
Fixing the uploaded diff...
Sep 24 2020
@MyDeveloperDay that's the exact point. I authored this change to close a gap in some lambda formatting cases. The tests (existing, modified and added) express all relevant cases that I knew at the time.
Feb 6 2019
Sure, I'm OK with the license change. Please go ahead and commit the fix.
Feb 5 2019
Jonas, could you commit the fix please? (I don't have the rights)
:) I thought it would be more productive to post a fix than file a bug.
Oct 31 2018
Oct 26 2018
Folks, are there any other comments/suggestions?
Oct 24 2018
Added a FIXME comment at Krasimir's request.
Oct 23 2018
Corrected test regressions, removed temporary hacks.
Corrected test regressions.
Oct 22 2018
Added another test case.
Oct 19 2018
Generalized the patch so that it deals with lambda args irrespective of bin packing. Added additional tests and patched existing ones.
Oct 18 2018
Oct 10 2018
Oct 1 2018
Sep 29 2018
Tweaked if/else/return structure, added comments. No functional changes.