]> granicus.if.org Git - clang/commit
CursorVisitor: special-case CompoundStmt in data-recursion algorithm so we don't...
authorTed Kremenek <kremenek@apple.com>
Sat, 13 Nov 2010 05:38:03 +0000 (05:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 13 Nov 2010 05:38:03 +0000 (05:38 +0000)
commit083c7e2d564033af87e507fbbd02f1c77ff462b1
treec14927de53bbfc6e899fcae3ab3cc6308869f665
parented02366ddad2dd8e596fcf3257328f7aec2b86f9
CursorVisitor: special-case CompoundStmt in data-recursion algorithm so we don't have to enqueue
its children and then reverse them.

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