================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to