Also declare and test the opencl_c_atomic_scope_device and
opencl_c_atomic_scope_all_devices features. The header is testing for them
but they were never defined by Clang.
With the new features declared, test/Headers/opencl-c-header.cl does
exercise the declaration this change fixes.
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Do we need to add anything to clang for those features? If not they should just go into the headers, see guidelines https://clang.llvm.org/docs/OpenCLSupport.html#implementation-guidelines
CC @azabaznov