Changeset View
Changeset View
Standalone View
Standalone View
lib/Sema/SemaChecking.cpp
Context not available. | |||||
if (auto InitList = dyn_cast<InitListExpr>(E)) | if (auto InitList = dyn_cast<InitListExpr>(E)) | ||||
Exprs.append(InitList->inits().begin(), InitList->inits().end()); | Exprs.append(InitList->inits().begin(), InitList->inits().end()); | ||||
if (isa<ObjCBoxedExpr>(E)) | |||||
E->IgnoreParenCasts()->EvaluateForOverflow(Context); | |||||
} while (!Exprs.empty()); | } while (!Exprs.empty()); | ||||
} | } | ||||
Context not available. |