]> granicus.if.org Git - clang/commit
Specially handle CaseStmts in CursorVisitor because they can be nested and walking...
authorTed Kremenek <kremenek@apple.com>
Thu, 13 May 2010 00:25:00 +0000 (00:25 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 13 May 2010 00:25:00 +0000 (00:25 +0000)
commit0f91f6a2eacf29fb69b1b0c3131eb0385aad5777
tree793f821b480eefd0c2ebe9c7eacacc1e67432ef1
parent8ab870d34f02921e117e61de9ef7e78548635655
Specially handle CaseStmts in CursorVisitor because they can be nested and walking them
can blow out the stack.

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