owenca wrote:

@Men-cotton please describe in the commit message what this new option is 
intended to solve. Not just an issue number.

> @owenca can you also take a look?

What I would do is to add a single `SpacesInBlockComment` option with the 
following values:
- `Always`
```
/* foo */

/* foo
bar */

/* foo
*/

/*
foo */
```

- `Never`
```
/*foo*/

/*foo
bar*/

/*foo
*/

/*
foo*/
```

- `Leave`

Comments ending in `=*/` (and also starting in `/**` or ending in `**/`?) 
should not be affected by this option.

https://github.com/llvm/llvm-project/pull/162105
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to