mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 04:16:38 +08:00
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.