[all-commits] [llvm/llvm-project] bf5533: [clang][Sema][NFC] Adjust parameter name comment

Michael Buch via All-commits all-commits at lists.llvm.org
Fri Oct 24 09:31:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf553338e5e1e4520d69ef5b34a8659bf3d92492
      https://github.com/llvm/llvm-project/commit/bf553338e5e1e4520d69ef5b34a8659bf3d92492
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2025-10-24 (Fri, 24 Oct 2025)

  Changed paths:
    M clang/lib/Sema/SemaObjCProperty.cpp

  Log Message:
  -----------
  [clang][Sema][NFC] Adjust parameter name comment

The parameter is called `isSynthesizedAccessorStub`. This is the only callsite that sets it to `true`. So making it greppable is important.

I tried to find this callsite via `grep` but couldn't. This patch aligns the comment with all the other instances.



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