HexHive / HexType

HexType: Efficient Detection of Type Confusion Errors for C++
97 stars 20 forks source link

Does this work with newer Clangs? #5

Closed Ayrx closed 6 years ago

Ayrx commented 6 years ago

Hey,

Just wanted to check if this has been tested against newer (or other) Clang versions or is there anything specific in the Clang modifications that would prevent this?

jys0710 commented 6 years ago

Hi. If you change internal LLVM (e.g., version 7.0) and apply HexType (there were just a few modifications in the Clang (e.g., getOrInsertFunction) related to HexType), it should work.