[all-commits] [llvm/llvm-project] 07ec9a: [clang][NFC] Partially annotate `CGFunctionInfo.h`...

Vlad Serebrennikov via All-commits all-commits at lists.llvm.org
Sat Feb 10 23:58:23 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07ec9a3799fa1e80888f8bd0c1101ad6dd546842
      https://github.com/llvm/llvm-project/commit/07ec9a3799fa1e80888f8bd0c1101ad6dd546842
  Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
  Date:   2024-02-11 (Sun, 11 Feb 2024)

  Changed paths:
    M clang/include/clang/CodeGen/CGFunctionInfo.h

  Log Message:
  -----------
  [clang][NFC] Partially annotate `CGFunctionInfo.h` with `preferred_type`

`CallingConvention` and `EffectiveCallingConvention` bit-fields that hold `llvm::CallingConv` are impossible to annotate at the moment, as `llvm::CallingConv` is actually a namespace with an unnamed enum inside.




More information about the All-commits mailing list