maksimsab wrote:

nit:
```cpp
return createStringError(inconvertibleErrorCode(), "error message");
```

can be shortened to
```cpp
return createStringError("error message");
```

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

Reply via email to