[all-commits] [llvm/llvm-project] 0613f8: [clang-move] Teach getDeclarationList to return Ar...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Jun 8 01:34:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0613f8b9e49537c7493870ad971fdaf353a2a90d
https://github.com/llvm/llvm-project/commit/0613f8b9e49537c7493870ad971fdaf353a2a90d
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-08 (Sun, 08 Jun 2025)
Changed paths:
M clang-tools-extra/clang-move/Move.h
Log Message:
-----------
[clang-move] Teach getDeclarationList to return ArrayRef (NFC) (#143278)
getDeclarationList is used only for read-only access to the array. I
don't think it's actually meant to return by value.
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