Simplify boolean expressions using true and false with clang-tidy
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good with the comment, thanks!
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | ||
---|---|---|
5421 | Nitpick, maybe keep the Mnemonic on the next line, so it continues to align with the others. |
Comment Actions
Ran clang-format on modified function
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | ||
---|---|---|
5421 | Fixed; ran clang-format on the modified function. |
Nitpick, maybe keep the Mnemonic on the next line, so it continues to align with the others.