[all-commits] [llvm/llvm-project] a4632f: [Clang][Sema] Prevent implicit casting Complex typ...

Amr Hesham via All-commits all-commits at lists.llvm.org
Fri Apr 3 12:11:20 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a4632f6294fa79bb83dcfa487d94f7f5d4d49cff
      https://github.com/llvm/llvm-project/commit/a4632f6294fa79bb83dcfa487d94f7f5d4d49cff
  Author: Amr Hesham <amr96 at programmer.net>
  Date:   2026-04-03 (Fri, 03 Apr 2026)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaChecking.cpp
    A clang/test/Sema/implicit-cast-complex-to-vector.c

  Log Message:
  -----------
  [Clang][Sema] Prevent implicit casting Complex type to Vector (#187954)

Emitting an error message in case of implicit casting of a complex type
to a built-in vector type in C

Fixes: #186805



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