[all-commits] [llvm/llvm-project] 70828d: [clang] Alias cc modifier to c (#127719)

PiJoules via All-commits all-commits at lists.llvm.org
Thu Feb 27 11:34:37 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70828d9a919a629f11736139adfcb4ba0198ebe7
      https://github.com/llvm/llvm-project/commit/70828d9a919a629f11736139adfcb4ba0198ebe7
  Author: PiJoules <6019989+PiJoules at users.noreply.github.com>
  Date:   2025-02-27 (Thu, 27 Feb 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/AST/Stmt.cpp
    A clang/test/AST/cc-modifier.cpp
    M clang/test/CodeGen/asm.c

  Log Message:
  -----------
  [clang] Alias cc modifier to c (#127719)

https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#GenericOperandmodifiers
provides the `c` and `cc` modifiers. GCC 15 introduces the `cc` modifier
which does the same as `c`. This patch lets Clang handle this for
compatibility.



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