User Details
User Details
- User Since
- Jun 3 2022, 11:13 AM (10 w, 3 d)
Jul 5 2022
Jul 5 2022
dodohand updated the diff for D127114: new clang-tidy checker for assignments within condition clause of if statement.
somehow, clang-format needed to be re-run.
dodohand updated the diff for D127114: new clang-tidy checker for assignments within condition clause of if statement.
Updated to merge successfully into latest version of main branch
dodohand added a comment to D127114: new clang-tidy checker for assignments within condition clause of if statement.
Hi @gribozavr2, I don't have commit access... I'll address the merge issue ASAP though.
dodohand added a comment to D127114: new clang-tidy checker for assignments within condition clause of if statement.
Addressed comments from gribozavr2
dodohand updated the diff for D127114: new clang-tidy checker for assignments within condition clause of if statement.
Addressing comments from @gribozavr2 identifying comments needing update/removal/improvement.
dodohand added a comment to D127114: new clang-tidy checker for assignments within condition clause of if statement.
Hi @alexfh , @aaron.ballman, Could one of you have a look at this? I'd like to get it moving toward resolution and don't know who else ought to do a review...
Jun 21 2022
Jun 21 2022
dodohand added a comment to D127114: new clang-tidy checker for assignments within condition clause of if statement.
@gribozavr2 , have I successfully addressed the points you brought up?
Jun 6 2022
Jun 6 2022
dodohand updated the diff for D127114: new clang-tidy checker for assignments within condition clause of if statement.
renamed from misc-assignment-in-if-clause to bugprone-assignment-in-if-condition per review input
dodohand added inline comments to D127114: new clang-tidy checker for assignments within condition clause of if statement.
dodohand added inline comments to D127114: new clang-tidy checker for assignments within condition clause of if statement.
dodohand updated the summary of D127114: new clang-tidy checker for assignments within condition clause of if statement.