[clang] [Clang] Static and explicit object member functions with the same parameter-type-lists (PR #93430)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 4 13:44:45 PDT 2024
================
@@ -899,6 +899,8 @@ class Sema;
/// object argument.
bool IgnoreObjectArgument : 1;
+ bool TookAddressOfOverload : 1;
----------------
AaronBallman wrote:
CC @Endilll -- it might be nice to refactor this code to use `LLVM_PREFERRED_TYPE`, but also to fix the bit-field types so these all pack together consistently.
https://github.com/llvm/llvm-project/pull/93430
More information about the cfe-commits
mailing list