CTSRD-CHERI / clang

DO NOT USE. Use llvm-project instead
Other
9 stars 8 forks source link

WIP: use getPointerTo(DefaultAS) everywhere in CodeGen #128

Closed arichardson closed 7 years ago

arichardson commented 7 years ago

I am not sure all of these are required, but quite a few look like they are needed.

I am also not sure that lib/CodeGen/ItaniumCXXABI.cpp is doing the right casting, sometimes it is using ptrdiff_t and sometimes intptr_t

arichardson commented 7 years ago

All tests (other than CodeGenCXX/override-layout.cpp, but that one seems to be broken by the new warning) pass for me and I can compile CheriBSD