[all-commits] [llvm/llvm-project] 0a7ca8: Fix parameter name in Sema::addInitCapture to ByRef.

jensmassberg via All-commits all-commits at lists.llvm.org
Wed Jun 7 09:07:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a7ca80360584ff35cb58716e08855a913a3f4d0
      https://github.com/llvm/llvm-project/commit/0a7ca80360584ff35cb58716e08855a913a3f4d0
  Author: Jens Massberg <massberg at google.com>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/SemaLambda.cpp

  Log Message:
  -----------
  Fix parameter name in Sema::addInitCapture to ByRef.

Rename parameter in Sema::addInitCapture as proposed in review of Sema::addInitCapture. Sorry, that I have missed the comment there!

Reviewed By: ilya-biryukov

Differential Revision: https://reviews.llvm.org/D139541




More information about the All-commits mailing list