CursorVisitor: make data-recursion algorithm the default except for the few remaining...
commit1961c8bab198f78ac6bec5defa1d821fe4e86cca
authorTed Kremenek <kremenek@apple.com>
Sun, 14 Nov 2010 05:45:47 +0000 (14 05:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 14 Nov 2010 05:45:47 +0000 (14 05:45 +0000)
tree6b53ec9b5c00c320d0b1784b2568b8543a0f6e71
parent884d76a9e4bdfb38c5abe6d1513b30b526273a7b
CursorVisitor: make data-recursion algorithm the default except for the few remaining Exprs still
covered by the normal recursive visitation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119030 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndex.cpp