Sema: Minor const fixups and control flow tidying.
No functionality change. llvm-svn: 187047
This commit is contained in:
@@ -2455,10 +2455,10 @@ InitializedEntity::InitializedEntity(ASTContext &Context, unsigned Index,
|
||||
}
|
||||
}
|
||||
|
||||
InitializedEntity InitializedEntity::InitializeBase(ASTContext &Context,
|
||||
CXXBaseSpecifier *Base,
|
||||
bool IsInheritedVirtualBase)
|
||||
{
|
||||
InitializedEntity
|
||||
InitializedEntity::InitializeBase(ASTContext &Context,
|
||||
const CXXBaseSpecifier *Base,
|
||||
bool IsInheritedVirtualBase) {
|
||||
InitializedEntity Result;
|
||||
Result.Kind = EK_Base;
|
||||
Result.Parent = 0;
|
||||
|
||||
Reference in New Issue
Block a user