summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/Index.h
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
commitf8c8bfc1fcb6e7fbec7bf4be5642f42a6dc32c26 (patch)
treec8103af813f28268d8463ef6ead4d316de990e16 /clang/include/clang-c/Index.h
parent792d7afdc1704335b93ae3f7892068897135e3b0 (diff)
downloadbcm5719-llvm-f8c8bfc1fcb6e7fbec7bf4be5642f42a6dc32c26.tar.gz
bcm5719-llvm-f8c8bfc1fcb6e7fbec7bf4be5642f42a6dc32c26.zip
Revert r163099 per chandlerc's request.
llvm-svn: 163147
Diffstat (limited to 'clang/include/clang-c/Index.h')
-rw-r--r--clang/include/clang-c/Index.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index a184714f821..cf21d23668c 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/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.
OpenPOWER on IntegriCloud