summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-deep-statements.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] The annotation of tokens operation visits statement nodes ↵Argyrios Kyrtzidis2012-09-011-0/+95
code-recursively. This can blow the stack with extremely deep hierarchies. Switch it to data-recursive. This is implemented by introducing a post-children visitation callback that the CursorVisitor is calling after child nodes of a cursor have been visited. This is used by the annotate-tokens visitor to do extra work at that point. rdar://11979525. llvm-svn: 163071
OpenPOWER on IntegriCloud