Displaying 2 results from an estimated 2 matches for "4a2002a".
Did you mean:
0x2002a
2011 Apr 17
0
[LLVMdev] Xcode 4 autocomplete of LLVM includes
...m like int * p; *p =42;
it surely should detect)
Apart from that, if I opt for LLDB instead of GDB, this goes
well, apart for a check for a call to a license manager I need to call.
It then claims that the license is taken and stops.
With GDB I have no such problem.
All is for XCode 4.0.2, build 4A2002a.
greetz,
Peter
2011 Mar 22
2
[LLVMdev] Xcode 4 autocomplete of LLVM includes
Slightly off-topic, but I imagine this crowd must have some experience
using Xcode 4 for projects linking to LLVM. I've actually started
using Xcode 4 as an IDE for C/C++ development thanks to the vastly
improved code analysis-based tools it's inherited largely thanks to
LLVM. But, ironically, I am particularly struggling to get the tools
to parse and analyze LLVM (as a client, not for