Refactor checkSYCLType to reuse Sema:: checkTypeSupport
Open
compiler
confirmed
enhancement
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
Issue raise during review of https://github.com/intel/llvm/pull/17036/files/0906dfe9aae4c6d442ef5f872890deed648fc067#r1973658755
Checks performed in `checkSYCLType` (in `SemaSYCL.cpp`) is partially redundant with `Sema:: checkTypeSupport` but triggered at a different point. We should try to merge the `checkSYCLType` use case with `Sema:: checkTypeSupport`'s one.
Contributor guide
Assessment
This issue has not been assessed yet.