llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Fix -Wstring-concatenation in integration headers

Open al42and opened this issue 1 year ago • 1 comments

A sentinel value added in #15175 fixed the problem of empty arrays, but for non-empty arrays was just concatenated to the last valid value. This produced warnings when compiling SYCL applications, and also meant that there is no sentinel value in the non-empty arrays.

al42and avatar Aug 26 '24 18:08 al42and

Ping @premanandrao

al42and avatar Aug 27 '24 09:08 al42and

@intel/llvm-gatekeepers, could you please start the CI?

al42and avatar Aug 29 '24 10:08 al42and

@intel/llvm-gatekeepers, this PR seems ready, could you please merge?

al42and avatar Sep 03 '24 12:09 al42and

@intel/llvm-gatekeepers, there is some urgency with this change as it needs to go into a product branch.

premanandrao avatar Sep 03 '24 16:09 premanandrao