[all-commits] [llvm/llvm-project] 3a49e4: [OpenCL] Add warning for reserved 'long long' type...

Wenju He via All-commits all-commits at lists.llvm.org
Wed May 6 16:35:58 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a49e45ac22d66ec66fb97dab3dec3e68313c560
      https://github.com/llvm/llvm-project/commit/3a49e45ac22d66ec66fb97dab3dec3e68313c560
  Author: Wenju He <wenju.he at intel.com>
  Date:   2026-05-07 (Thu, 07 May 2026)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaType.cpp
    M clang/test/Misc/languageOptsOpenCL.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    A clang/test/SemaOpenCL/longlong.cl
    M clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c

  Log Message:
  -----------
  [OpenCL] Add warning for reserved 'long long' type (#196002)

'long long' is a reserved data type in all versions of OpenCL C.

Relates to https://github.com/intel/intel-graphics-compiler/issues/405



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list