clang-randstruct / llvm-project

Randomize the order of fields in a structure layout as a compile-time hardening feature
3 stars 1 forks source link

Seedarg/member/wip #40

Closed jcantrell closed 5 years ago

jcantrell commented 5 years ago

Removed const qualifier from reorganize() and randomize(), since rng is changed in call to shuffle

Closes #36

connorkuehl commented 5 years ago

I think we should err on leaving out clang-format on RecordLayoutBuilder.cpp because we don't want to sneak in large reformats of other peoples' code

jcantrell commented 5 years ago

Noted; reverted clang-format changes