[all-commits] [llvm/llvm-project] 12a11d: [Clang][NFC] Simplify initialization of `OverloadC...
cor3ntin via All-commits
all-commits at lists.llvm.org
Fri Jul 26 00:25:27 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 12a11dc676fd36d790b705b918597877fb34772a
https://github.com/llvm/llvm-project/commit/12a11dc676fd36d790b705b918597877fb34772a
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M clang/include/clang/Sema/Overload.h
M clang/lib/Sema/SemaOverload.cpp
Log Message:
-----------
[Clang][NFC] Simplify initialization of `OverloadCandidate` objects. (#100318)
Initialize some fields of OverloadCandidate in its constructor. The goal
here is try to fix read of uninitialized variable (which I was not able
to reproduce)
https://github.com/llvm/llvm-project/pull/93430#issuecomment-2187544278
We should certainly try to improve the construction of
`OverloadCandidate` further as it can be quite britle.
(cherry picked from commit 7d787df5b932b73aae6532d1e981152f103f9244)
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