Make bitfields API stable

This commit is contained in:
Rune
2026-02-22 13:13:26 +01:00
parent 388c5a085c
commit a64e7a0cac

View File

@@ -396,8 +396,8 @@ extension Clang
* Store PCH in memory. If zero, PCH are stored in temporary files. * Store PCH in memory. If zero, PCH are stored in temporary files.
*/ */
[Bitfield(.Public , .Bits(1), "StorePreamblesInMemory")] [Bitfield(.Public , .Bits(1), "StorePreamblesInMemory")]
[Bitfield(.Private, .Bits(13), "__anon_bitfield_549205FB")] [Bitfield(.Private, .Bits(13), "__anon_bitfield_0")]
private c_uint __bitfield_EB2E1114; private c_uint __bitfield_1;
/** /**
* The path to a directory, in which to store temporary PCH files. If null or * The path to a directory, in which to store temporary PCH files. If null or