Fixed the misleading comment.
i.e.
Returns if ...
to
Returns true if ...
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please fix the 80 column spillovers. Although this "Returns if ..." construction is used pervasively and isn't actually incorrect, it can be a bit confusing. "if this ..." was being used as a noun for the bool value.
Please fix the commit title - it's itself broken.
Improve the Comment -> "Improve doc comments for several methods returning bools"
mlir/include/mlir/Dialect/Affine/IR/AffineOps.h | ||
---|---|---|
375–376 | This will have to be wrapped. |
This will have to be wrapped.