]> granicus.if.org Git - clang/commit
CursorVisitor: make data-recursion algorithm the default except for the few remaining...
authorTed Kremenek <kremenek@apple.com>
Sun, 14 Nov 2010 05:45:47 +0000 (05:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 14 Nov 2010 05:45:47 +0000 (05:45 +0000)
commit2bd1e7cf88adf0e6c1084ba8d285b5f5da2ebbe0
tree6b53ec9b5c00c320d0b1784b2568b8543a0f6e71
parent91fc0259d29be805191ccf2ab91d5e6b2e774070
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