Files
clang-p2996/libc/include
Joseph Huber 6273b6d9dc [libc] Change RPC opcode enum definition (#67439)
Summary:
This enum previously manually specified the value. This just made it
unnecessarily difficult to add new ones without changing everything.
This patch also makes it compatible with C by removing the `:`
annotation and instead using the `LAST` method.
2023-09-26 15:24:28 -05:00
..