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

Add documentation to accompany attributes added #15

Closed Nixoncole closed 5 years ago

Nixoncole commented 5 years ago

We should add proper documentation to the two attributes we added, "__randomize_layout" and "__no_randomize_layout".

Heres a link to get anyone started: https://clang.llvm.org/docs/InternalsManual.html#documentation

connorkuehl commented 5 years ago

Closed by #39