Simplify expressions involving boolean constants with clang-tidy
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good to me - please commit. One or two optional comments.
lib/IR/InlineAsm.cpp | ||
---|---|---|
78 | could drop the parens here (before/after/at the same time/not at all) | |
lib/MC/MCParser/DarwinAsmParser.cpp | ||
629 | aside: I wonder if this (& the previous function, getGenDwarfForAsembly) should be 'is' rather than 'get' |
could drop the parens here (before/after/at the same time/not at all)