diff options
author | Schuyler Eldridge <schuyler.eldridge@sifive.com> | 2022-12-22 17:34:27 -0500 |
---|---|---|
committer | Schuyler Eldridge <schuyler.eldridge@sifive.com> | 2022-12-27 11:52:45 -0500 |
commit | 794056e86a53beff8e80f3a4fd8926e776a1f65e (patch) | |
tree | bed2487ac4e277c8c39cc732d4c731e2434a7ba1 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | f7bc8e035d8d0f6b0ed3e0e4b8ed30d1adc22129 (diff) | |
download | llvm-794056e86a53beff8e80f3a4fd8926e776a1f65e.zip llvm-794056e86a53beff8e80f3a4fd8926e776a1f65e.tar.gz llvm-794056e86a53beff8e80f3a4fd8926e776a1f65e.tar.bz2 |
[mlir] Fix missing OpInterface docs newline
Fix incorrect markdown generated by mlir-tblgen for an InterfaceMethod
that includes a body. Previously, this would cause the next method to
show up on the same line and produce incorrect markdown. Newlines would
only be added if the method did _not_ provide a body. E.g., previously
this was generating markdown like:
some function comment#### `next method`
This change makes this generate as:
some function comment
#### `next method`
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D140590
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions