Details
- Reviewers
barannikov88 grimar
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
60,080 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
@barannikov88 I still think [[nodiscard]] and (void) are a great couple for functions we care of the return value much rather than a contradication. The (void) tells compiler we are intended to do so here. This looks much better than we comment it like above everywhere.
llvm/lib/ObjectYAML/ELFEmitter.cpp | ||
---|---|---|
73 | If viewed without a context, I would say that this should either take an action on the result of checkLimit, or the function should not me marked [[nodiscard]]. |
clang-format not found in user’s local PATH; not linting file.