]> granicus.if.org Git - clang/commit
CursorVisitor: migrate handling of SwitchStmt and CaseStmt over to general data-recur...
authorTed Kremenek <kremenek@apple.com>
Fri, 12 Nov 2010 18:26:56 +0000 (18:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 12 Nov 2010 18:26:56 +0000 (18:26 +0000)
commitf1107457c7d5cb57718725c51dfed4bf2ba6ee9e
treeca2bf4d9e21f93a313800b2aad84d6e5c9519284
parentf69eb7cf8e616b5aad7911ec6f79b24b0a009227
CursorVisitor: migrate handling of SwitchStmt and CaseStmt over to general data-recursion algorithm.

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