[PATCH] D59254: [RFC] Implementation of Clang randstruct
Shawn Landden via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 07:54:23 PDT 2019
shawnl added a comment.
I think the essential functionality of this patch should be in LLVM and not Clang, so that all front-ends can benefit. Too many generally useful things are in Clang when they should be in LLVM (e.g. C ABI for ARM and x86; ranged switch statements). I opened an upstream bug to discuss this. https://github.com/clang-randstruct/llvm-project/issues/52
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59254/new/
https://reviews.llvm.org/D59254
More information about the cfe-commits
mailing list