[clang] [llvm] [clang-sycl-linker] Add per-translation-unit device code split mode (PR #196435)
Yury Plyakhin via cfe-commits
cfe-commits at lists.llvm.org
Fri May 8 09:06:18 PDT 2026
YuriPlyakhin wrote:
> nit:
>
> ```c++
> return createStringError(inconvertibleErrorCode(), "error message");
> ```
>
> can be shortened to
>
> ```c++
> return createStringError("error message");
> ```
I see this in several places, none of which is touched by this PR, I'll address this as an [NFC] refactoring in a new PR to not pollute this one.
https://github.com/llvm/llvm-project/pull/196435
More information about the cfe-commits
mailing list