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