diff --git a/clang/include/clang/Sema/Initialization.h b/clang/include/clang/Sema/Initialization.h --- a/clang/include/clang/Sema/Initialization.h +++ b/clang/include/clang/Sema/Initialization.h @@ -187,7 +187,7 @@ ObjCMethodDecl *MethodDecl; /// When Kind == EK_Parameter, the ParmVarDecl, with the - /// low bit indicating whether the parameter is "consumed". + /// integer indicating whether the parameter is "consumed". llvm::PointerIntPair Parameter; /// When Kind == EK_Temporary or EK_CompoundLiteralInit, the type @@ -197,7 +197,7 @@ struct LN LocAndNRVO; /// When Kind == EK_Base, the base specifier that provides the - /// base class. The lower bit specifies whether the base is an inherited + /// base class. The integer specifies whether the base is an inherited /// virtual base. llvm::PointerIntPair Base;