dongAxis1944 accepted this revision.
dongAxis1944 added a comment.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100298/new/
https://reviews.llvm.org/D100298
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/
dongAxis1944 added a comment.
@jmorse I am not familiar with CHECK-DAG. And @probinson 's suggestion might be
useful, any ideas?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100298/new/
https://reviews.llvm.org/D100298
__
dongAxis1944 added inline comments.
Herald added a subscriber: lxfind.
Comment at: cfe/trunk/lib/AST/StmtCXX.cpp:107-108
+ Result->NumParams = NumParams;
+ auto *ParamBegin = Result->getStoredStmts() + SubStmt::FirstParamMove;
+ std::uninitialized_fill(ParamBegin, ParamBegin +