[all-commits] [llvm/llvm-project] f32f29: [CodeGen] Fix a warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Dec 12 08:27:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f32f29385c90b7be05dc19a137d3b25d3c614a50
      https://github.com/llvm/llvm-project/commit/f32f29385c90b7be05dc19a137d3b25d3c614a50
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

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

  Log Message:
  -----------
  [CodeGen] Fix a warning

This patch fixes:

  clang/lib/CodeGen/CGOpenMPRuntime.cpp:6098:8: error: lambda capture
  'this' is not used [-Werror,-Wunused-lambda-capture]




More information about the All-commits mailing list