================
@@ -2200,16 +2200,23 @@ void X86_64ABIInfo::classify(QualType Ty, uint64_t
OffsetBase, Class &Lo,
bool UseClang11Compat = getContext().getLangOpts().isCompatibleWith(
LangOptions::ClangABI::Ver11) ||
getContext().getTargetInfo().getTriple().isPS();
+ bool ClassifyUnnamedBitFields =
+ getContext().getLangOpts().getClangABICompat() >
+ LangOptions::ClangABI::Ver23;
----------------
phoebewang wrote:
Done.
https://github.com/llvm/llvm-project/pull/220788
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits