llvm-project/mlir/test/mlir-lsp-server
Mogball 5c36ee8d57 [mlir] Drop the leading space when printing regions
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
2022-01-18 16:52:34 +00:00
..
definition-split-file.test [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
definition.test [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
diagnostics.test [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
document-symbols.test [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
exit-eof.test
exit-with-shutdown.test
exit-without-shutdown.test
hover.test [mlir] Drop the leading space when printing regions 2022-01-18 16:52:34 +00:00
initialize-params-invalid.test
initialize-params.test [mlir-lsp-server] Add support for textDocument/documentSymbols 2021-06-10 10:58:39 -07:00
references.test [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00