llvm
llvm copied to clipboard
[NFC][SYCL] Avoid hardcoding line no in clangd test
We check line numbers in clangd sycl compilation test, this is fragile, as everytime we have sycl header change, we may have to update the test.
Use regex to match the line no instead to reduce the maintainece effort.