[all-commits] [llvm/llvm-project] 74514e: [clang][Interp][NFC] Fix GetFnPtr signature

Timm Bäder via All-commits all-commits at lists.llvm.org
Tue Jul 4 08:36:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74514e8713bfcd31faeb6f4cfd5e29824413e1c1
      https://github.com/llvm/llvm-project/commit/74514e8713bfcd31faeb6f4cfd5e29824413e1c1
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
    M clang/lib/AST/Interp/Interp.h

  Log Message:
  -----------
  [clang][Interp][NFC] Fix GetFnPtr signature


  Commit: a93635794813ab26a751f72ccb78534e288390b2
      https://github.com/llvm/llvm-project/commit/a93635794813ab26a751f72ccb78534e288390b2
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
    M clang/lib/AST/Interp/Boolean.h

  Log Message:
  -----------
  [clang][Interp][NFC] Return integer from Boolean::bitWidth()


  Commit: 0d40973644ba7f3efe666735306646579a7ffe5e
      https://github.com/llvm/llvm-project/commit/0d40973644ba7f3efe666735306646579a7ffe5e
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
    M clang/lib/AST/Interp/Interp.cpp
    M clang/lib/AST/Interp/Interp.h

  Log Message:
  -----------
  [clang][Interp][NFC] Move CastFP to Interp.h

It's not a Check* function, so try to stay consistent and move this to
the header.


Compare: https://github.com/llvm/llvm-project/compare/b7bc8033f1b1...0d40973644ba


More information about the All-commits mailing list