[clang] [Clang][RFC] Bypass TAD during overload resolution if a perfect match exists (PR #133426)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 31 22:57:03 PDT 2025
================
@@ -1126,7 +1208,8 @@ class Sema;
OperatorRewriteInfo RewriteInfo;
constexpr static unsigned NumInlineBytes =
- 24 * sizeof(ImplicitConversionSequence);
+ 32 * sizeof(ImplicitConversionSequence);
----------------
zyn0217 wrote:
Can we add some comments? what causes us to change it from 24 -> 32
https://github.com/llvm/llvm-project/pull/133426
More information about the cfe-commits
mailing list