Displaying 1 result from an estimated 1 matches for "visitchildren".
2011 Apr 21
1
[LLVMdev] A problem from XCode 4 - help sought tracking it down
...VM, and maybe some people on this list could help me short-circuit the
source.
I have a code pattern that, when used in XCode 4 in Objective C++ files,
causes the whole IDE to go crash. It is a stripped sample to highlight
the issue.
In the call stack, I see libclang.dylib, calling through
clang_visitChildren, up through various CursorVisitor::Visit... and
CursorVisitor::VisitChildren... calls. I have LLVM compiling, and
imagine I could replace XCode's libclang.dylib in order to add debugging
aids/logging.
Am I on the right track? Should I look near the point of failure, or
should I inspect the i...