[PATCH] D158006: [Clang][WIP]Experimental implementation of data member packs in dependent context.
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 16 15:18:56 PDT 2023
MaskRay added inline comments.
================
Comment at: clang/lib/Sema/TreeTransform.h:4218
+ Outputs.push_back(Out.get());
+ Arg++;
+ }
----------------
https://llvm.org/docs/CodingStandards.html#prefer-preincrement
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158006/new/
https://reviews.llvm.org/D158006
More information about the cfe-commits
mailing list