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

Remove explanation of when both attributes are marked in the AttrDocs.td #49

Open connorkuehl opened 5 years ago

connorkuehl commented 5 years ago

The warning the compiler emits is documentation enough.

Per comment https://reviews.llvm.org/D59254#1429401