зеркало из https://github.com/microsoft/clang-1.git
Simplify.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
0d7c583a4b
Коммит
28e9483a19
|
@ -720,10 +720,10 @@ Sema::BuildCXXNew(SourceLocation StartLoc, bool UseGlobal,
|
|||
OperatorNew->getType()->getAs<FunctionProtoType>();
|
||||
VariadicCallType CallType =
|
||||
Proto->isVariadic() ? VariadicFunction : VariadicDoesNotApply;
|
||||
bool Invalid = GatherArgumentsForCall(PlacementLParen, OperatorNew,
|
||||
Proto, 1, PlaceArgs, NumPlaceArgs,
|
||||
AllPlaceArgs, CallType);
|
||||
if (Invalid)
|
||||
|
||||
if (GatherArgumentsForCall(PlacementLParen, OperatorNew,
|
||||
Proto, 1, PlaceArgs, NumPlaceArgs,
|
||||
AllPlaceArgs, CallType))
|
||||
return ExprError();
|
||||
|
||||
NumPlaceArgs = AllPlaceArgs.size();
|
||||
|
|
Загрузка…
Ссылка в новой задаче