index
:
firefox-esr
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
readability-simplify-boolean-expr.cpp
blob: 277a469880e8f22fb172e98a20ebcef3d0b3cfa1 (
plain
)
1
2
bool
a1
=
false
;
bool
aa
=
false
==
a1
;