Displaying 1 result from an estimated 1 matches for "eastlondonmass".
2008 Jun 06
0
[LLVMdev] translating Objective C to C
Hi,
I am thinking of integrating llvm's front end and intermediate
language with program analysis tools I am developing with my
colleagues (we look for memory errors and leaks, integrity of data
structures, etc. -- for details see http://spaceinvader-eastlondonmassive.blogspot.com/)
.
My initial baby experiment was simply translating C++ to C using llvm,
followed by analysis of the C code (our tools only support C at the
moment).
When trying to do the same with Objective C, I got C code which cannot
be compiled, because the same symbol gets declared se...