[all-commits] [llvm/llvm-project] 7e3080: [clang] Mark `OverloadCandidateSet::OperatorRewrit...
Boaz Brickner via All-commits
all-commits at lists.llvm.org
Tue Oct 7 07:32:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e3080f0c197316ff06725c446bc59e67f80f069
https://github.com/llvm/llvm-project/commit/7e3080f0c197316ff06725c446bc59e67f80f069
Author: Boaz Brickner <brickner at google.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M clang/include/clang/Sema/Overload.h
M clang/lib/Sema/SemaOverload.cpp
Log Message:
-----------
[clang] Mark `OverloadCandidateSet::OperatorRewriteInfo` methods as const (#162271)
They don't mutate the object and this makes them easier to use and
allows better const correctness when using Clang as a library.
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