[all-commits] [llvm/llvm-project] b9fc55: [clang-tidy] Fix `implicit-bool-conversion` C tern...
Daniil Dudkin via All-commits
all-commits at lists.llvm.org
Tue May 5 14:37:55 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9fc55e281c7823fb7c388fc344ac8c6bc73b634
https://github.com/llvm/llvm-project/commit/b9fc55e281c7823fb7c388fc344ac8c6bc73b634
Author: Daniil Dudkin <unterumarmung at yandex.ru>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/readability/implicit-bool-conversion.rst
M clang-tools-extra/test/clang-tidy/checkers/readability/implicit-bool-conversion.c
Log Message:
-----------
[clang-tidy] Fix `implicit-bool-conversion` C ternary condition false positive (#195913)
Fixes #195604
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list