aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/bugprone/AssignmentInIfConditionCheck.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez1-6/+2
2023-01-03[clang-tidy] Fix all broken links in the comment.Haojian Wu1-1/+1
2022-08-28[clang-tidy] Tweak diagnostics for bugprone-assign-in-if-conditionNathan James1-1/+1
2022-08-27[clang-tidy] Fix a false positive in bugprone-assignment-in-if-conditionNathan James1-0/+1
2022-07-05new clang-tidy checker for assignments within condition clause of if statementDmitri Gribenko1-0/+34