[clang][NFC] Refactor `OMPDeclareReductionDecl::InitKind`
This patch moves `OMPDeclareReductionDecl::InitKind` to DeclBase.h, so that it's complete at the point where corresponding bit-field is declared. This patch also converts it to scoped enum named `OMPDeclareReductionInitKind`
Loading
Please sign in to comment