aboutsummaryrefslogtreecommitdiff
path: root/include/clang-c
diff options
context:
space:
mode:
authorJoao Matos <ripzonetriton@gmail.com>2012-09-04 17:33:09 +0000
committerJoao Matos <ripzonetriton@gmail.com>2012-09-04 17:33:09 +0000
commit4c5fa4292a2ae1fd69c8b984543519c4f119c540 (patch)
tree57e9399312ca032980aa18cdfc5db0045734095a /include/clang-c
parent5d9cb1b9880f3cc5a96950644da6bf9c2b76149f (diff)
Revert r163099 per chandlerc's request.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang-c')
-rw-r--r--include/clang-c/Index.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index a184714f82..cf21d23668 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -1975,9 +1975,7 @@ enum CXCursorKind {
*/
CXCursor_DeclStmt = 231,
- CXCursor_SEHLeaveStmt = 232,
-
- CXCursor_LastStmt = CXCursor_SEHLeaveStmt,
+ CXCursor_LastStmt = CXCursor_DeclStmt,
/**
* \brief Cursor that represents the translation unit itself.