[all-commits] [llvm/llvm-project] 06529d: Address review comments

Akira Hatanaka via All-commits all-commits at lists.llvm.org
Tue Jun 18 21:42:02 PDT 2024


  Branch: refs/heads/users/ahmedbougacha/ptrauth-function-pointers
  Home:   https://github.com/llvm/llvm-project
  Commit: 06529d3dc311d8fc2c1847de7007f0a82f4b2a27
      https://github.com/llvm/llvm-project/commit/06529d3dc311d8fc2c1847de7007f0a82f4b2a27
  Author: Akira Hatanaka <ahatanak at gmail.com>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/PointerAuthOptions.h
    M clang/include/clang/Frontend/CompilerInvocation.h
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGPointerAuth.cpp
    M clang/lib/CodeGen/CGPointerAuthInfo.h
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/CodeGen/ptrauth-function-attributes.c
    M clang/test/CodeGen/ptrauth-function-init-fail.c
    M clang/test/CodeGen/ptrauth-function-init.c
    M clang/test/CodeGen/ptrauth-function-lvalue-cast.c
    M clang/test/CodeGen/ptrauth-function.c
    M clang/test/CodeGen/ptrauth-weak_import.c
    M clang/test/CodeGenCXX/ptrauth.cpp
    R clang/test/Driver/ptrauth.c

  Log Message:
  -----------
  Address review comments

- Remove unused diagnostic.
- Change the size of Key fields to 2 bits.
- Stop passing the default argument to CGCallee's constructor.
- Remove unused functions and variables.
- Add a test for indirect calls.
- Run tests on linux too.



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