eopXD updated this revision to Diff 529640. eopXD added a comment. Rebase upon landing of D152429 <https://reviews.llvm.org/D152429>.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152069/new/ https://reviews.llvm.org/D152069 Files: clang/include/clang/AST/Type.h Index: clang/include/clang/AST/Type.h =================================================================== --- clang/include/clang/AST/Type.h +++ clang/include/clang/AST/Type.h @@ -1649,7 +1649,7 @@ unsigned : NumTypeBits; /// The kind (BuiltinType::Kind) of builtin type this is. - static constexpr unsigned NumOfBuiltinTypeBits = 8; + static constexpr unsigned NumOfBuiltinTypeBits = 9; unsigned Kind : NumOfBuiltinTypeBits; };
Index: clang/include/clang/AST/Type.h =================================================================== --- clang/include/clang/AST/Type.h +++ clang/include/clang/AST/Type.h @@ -1649,7 +1649,7 @@ unsigned : NumTypeBits; /// The kind (BuiltinType::Kind) of builtin type this is. - static constexpr unsigned NumOfBuiltinTypeBits = 8; + static constexpr unsigned NumOfBuiltinTypeBits = 9; unsigned Kind : NumOfBuiltinTypeBits; };
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits