[all-commits] [llvm/llvm-project] 7d3f34: [mlir][openacc] NFC Fix acc.databounds description...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Fri Apr 21 15:26:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d3f341e2d7531e586a1800d55b5486c066088b8
https://github.com/llvm/llvm-project/commit/7d3f341e2d7531e586a1800d55b5486c066088b8
Author: Razvan Lupusoru <rlupusoru at nvidia.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
Log Message:
-----------
[mlir][openacc] NFC Fix acc.databounds description incorrect bullet
A dash used in description is an automatic bullet in documentation
if it is the first character of the line. The dash used in the
particular location being fixed was intended to be a separator.
Thus move it to previous line to fix incorrect bullet-ization.
Reviewed By: clementval
Differential Revision: https://reviews.llvm.org/D148968
More information about the All-commits
mailing list