mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00
![]() The check finds implicit conversions of integer literals to bools: bool b1 = 1; bool b2 = static_cast<bool>(1); and transforms them to: bool b1 = true; bool b2 = true; Bug: chromium:1290142 Change-Id: I6819a0bd2ca84ecadae08ed9389c17d2652589f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/248166 Auto-Submit: Anton Bikineev <bikineev@chromium.org> Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/main@{#35778} |
||
---|---|---|
.. | ||
delay_tool | ||
neteq_decoding_test.cc | ||
neteq_decoding_test.h | ||
neteq_ilbc_quality_test.cc | ||
neteq_isac_quality_test.cc | ||
neteq_opus_quality_test.cc | ||
neteq_pcm16b_quality_test.cc | ||
neteq_pcmu_quality_test.cc | ||
neteq_performance_unittest.cc | ||
neteq_speed_test.cc | ||
result_sink.cc | ||
result_sink.h |