forked from OSchip/llvm-project
5c36ee8d57
The leading space that is always printed at the beginning of regions is not consistent with other parts of the printing API. Moreover, this leading space can lead to undesirable assembly formats: ``` attr-dict-with-keyword $region ``` Prints as: ``` // Two spaces between `}` and `{` attributes {foo} { ... } ``` Moreover, the leading space results in the odd generic op format: ``` "test.op"() ( {...}) : () -> () ``` Reviewed By: rriddle, mehdi_amini Differential Revision: https://reviews.llvm.org/D117411 |
||
---|---|---|
.. | ||
definition-split-file.test | ||
definition.test | ||
diagnostics.test | ||
document-symbols.test | ||
exit-eof.test | ||
exit-with-shutdown.test | ||
exit-without-shutdown.test | ||
hover.test | ||
initialize-params-invalid.test | ||
initialize-params.test | ||
references.test |