Displaying 1 result from an estimated 1 matches for "cursorvisitor".
2011 Apr 21
1
[LLVMdev] A problem from XCode 4 - help sought tracking it down
...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 integrity of the data sent to clang...