[all-commits] [llvm/llvm-project] d46361: [PAC] Fix a crash when signing a pointer to a func...

Akira Hatanaka via All-commits all-commits at lists.llvm.org
Fri Jul 19 08:28:50 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d463617d7772c5e3275cf8c4a8a21d17b3d03d86
      https://github.com/llvm/llvm-project/commit/d463617d7772c5e3275cf8c4a8a21d17b3d03d86
  Author: Akira Hatanaka <ahatanak at gmail.com>
  Date:   2024-07-19 (Fri, 19 Jul 2024)

  Changed paths:
    M clang/lib/AST/ASTContext.cpp
    M clang/test/CodeGen/ptrauth-function-type-discriminator.c

  Log Message:
  -----------
  [PAC] Fix a crash when signing a pointer to a function with an incomplete enum parameter (#99595)

Use int as the underlying type when the enum type is incomplete.



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