xiw / stack

A static checker for identifying unstable code.
http://css.csail.mit.edu/stack/
Other
359 stars 56 forks source link

Is it possible to use STACK to check Objective C++ code? #26

Closed SiarheiFedartsou closed 10 years ago

SiarheiFedartsou commented 10 years ago

Is it possible to use STACK to check Objective C++ code?

xiw commented 10 years ago

I think so, since the core part of STACK (e.g., optck and poptck) works on the LLVM IR, as long as you can generate IR from Objective C++ code. I never tried that though.