Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Support/MathExtras.h | ||
---|---|---|
367 | You can use [[maybe_unused]] instead if you like. |
llvm/include/llvm/Support/MathExtras.h | ||
---|---|---|
367 | Does it warn if you use elses? I know there was some constexpr if comments added to the no else after return guidance here https://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return | |
367 | Nevermind that probably won't help. |
You can use [[maybe_unused]] instead if you like.