Files compiled with C++ for OpenCL can have a distinct file extension - clcpp, then clang driver will pick the compilation mode automatically without the use of -cl-std=clc++
See also RFC: https://lists.llvm.org/pipermail/cfe-dev/2021-February/067703.html
This is not used.