In this instance, the trailing return type does not improve readability as it repeats what is returned in the same line.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125697
[mlir:toy][NFC] Remove unnecessary trailing return type ClosedPublic Authored by kuhar on May 16 2022, 8:51 AM.
Details Summary In this instance, the trailing return type does not improve readability as it repeats what is returned in the same line.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 16 2022, 9:41 AM Closed by commit rGffc3a0db003f: [mlir:toy][NFC] Remove unnecessary trailing return type (authored by kuhar). · Explain WhyMay 16 2022, 10:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 429780 mlir/examples/toy/Ch1/include/toy/AST.h
mlir/examples/toy/Ch2/include/toy/AST.h
mlir/examples/toy/Ch3/include/toy/AST.h
mlir/examples/toy/Ch4/include/toy/AST.h
mlir/examples/toy/Ch5/include/toy/AST.h
mlir/examples/toy/Ch6/include/toy/AST.h
mlir/examples/toy/Ch7/include/toy/AST.h
|