[all-commits] [llvm/llvm-project] eb3197: Add bit-precise overloads for builtin operators (...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue Mar 12 04:40:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb319708dc5371bc560c301742abcf94cc5b3de5
https://github.com/llvm/llvm-project/commit/eb319708dc5371bc560c301742abcf94cc5b3de5
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaOverload.cpp
A clang/test/SemaCXX/overload-bitint.cpp
Log Message:
-----------
Add bit-precise overloads for builtin operators (#84755)
We previously were not adding them to the candidate set and so use of a
bit-precise integer as a class member could lead to ambiguous overload
sets.
Fixes https://github.com/llvm/llvm-project/issues/82998
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