[all-commits] [llvm/llvm-project] 4fde67: Address review comments

Akira Hatanaka via All-commits all-commits at lists.llvm.org
Wed Jun 12 10:14:02 PDT 2024


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

  Changed paths:
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/PointerAuthOptions.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/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    A clang/test/Driver/ptrauth.c

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

- Remove unneeded declarations.
- Fix includes.
- Use `llvm::to_underlying`.
- Fix variable names.
- Fix size and type of bit-fields.
- Add test case for `err_drv_ptrauth_not_supported`.



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