[clang][NFC] Refactor `PredefinedExpr::IdentKind`
This patch converts `PredefinedExpr::IdentKind` into a scoped enum in namespace scope, making it eligible for forward declaring. This is useful in certain contexts, such as `preferred_type` annotations on bit-fields.
Loading
Please sign in to comment