[PATCH] D123958: [randstruct] Randomize all elements of a record
Bill Wendling via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 18 13:25:49 PDT 2022
void created this revision.
void added reviewers: aaron.ballman, MaskRay.
Herald added a subscriber: StephenFan.
Herald added a project: All.
void requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
A record may have more than just FieldDecls in it. If so, then we're
likely to drop them if we only randomize the FieldDecls.
Link: https://github.com/KSPP/linux/issues/185
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123958
Files:
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaInit.cpp
clang/unittests/AST/RandstructTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123958.423462.patch
Type: text/x-patch
Size: 7851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220418/4e541ff8/attachment-0001.bin>
More information about the cfe-commits
mailing list