[all-commits] [llvm/llvm-project] 1c1227: [clang] Remove unused selStructPtrTy in CGObjCGNU....

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Sat Nov 18 16:20:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c1227846425883a3d39ff56700660236a97152c
      https://github.com/llvm/llvm-project/commit/1c1227846425883a3d39ff56700660236a97152c
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-11-19 (Sun, 19 Nov 2023)

  Changed paths:
    M clang/lib/CodeGen/CGObjCGNU.cpp

  Log Message:
  -----------
  [clang] Remove unused selStructPtrTy in CGObjCGNU.cpp (NFC)

/llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:3674:15: error: variable 'selStructPtrTy' set but not used [-Werror,-Wunused-but-set-variable]
  llvm::Type *selStructPtrTy = SelectorTy;
              ^
1 error generated.




More information about the All-commits mailing list