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

Circle back to hash 57b2e55 #41

Closed tim-pugh closed 5 years ago

tim-pugh commented 5 years ago

Need to investigate this error more:

/home/timpugh_pdx_edu/llvm-project/clang/include/clang/Basic/Attr.td:3215:24: error: Variable not defined: 'ClangRandstructDocs' let Documentation = [ClangRandstructDocs];

connorkuehl commented 5 years ago

Solution proposal outlined in this comment: https://github.com/clang-randstruct/llvm-project/commit/57b2e55b8dade4a8ed6c4d6d94419fdd6aebd333#r32602114

tim-pugh commented 5 years ago

This issue should be squashed now. Thanks @connorkuehl