[all-commits] [llvm/llvm-project] 627e49: [AST] Fix an unused-function warning (NFC)

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Wed Jun 4 23:12:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 627e49e2491ab7750501d84a5804632074c6af54
      https://github.com/llvm/llvm-project/commit/627e49e2491ab7750501d84a5804632074c6af54
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2025-06-05 (Thu, 05 Jun 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/InterpBuiltin.cpp

  Log Message:
  -----------
  [AST] Fix an unused-function warning (NFC)

/llvm-project/clang/lib/AST/ByteCode/InterpBuiltin.cpp:26:13:
error: unused function 'isNoopBuiltin' [-Werror,-Wunused-function]
static bool isNoopBuiltin(unsigned ID) {
            ^
1 error generated.



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