summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorJoao Matos <ripzonetriton@gmail.com>2012-09-03 00:23:40 +0000
committerJoao Matos <ripzonetriton@gmail.com>2012-09-03 00:23:40 +0000
commit102f85655f9cd455bbb8350555291800ba14762a (patch)
treeda35d2de1a35e44b862afda73e21fda6dcb60fad /clang/include/clang-c
parent750f83a75203d7a62d986dda486cf56f78880900 (diff)
downloadbcm5719-llvm-102f85655f9cd455bbb8350555291800ba14762a.tar.gz
bcm5719-llvm-102f85655f9cd455bbb8350555291800ba14762a.zip
Added a new cursor for SEHLeaveStmt to libclang.
llvm-svn: 163099
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index cf21d23668c..a184714f821 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -1975,7 +1975,9 @@ enum CXCursorKind {
*/
CXCursor_DeclStmt = 231,
- CXCursor_LastStmt = CXCursor_DeclStmt,
+ CXCursor_SEHLeaveStmt = 232,
+
+ CXCursor_LastStmt = CXCursor_SEHLeaveStmt,
/**
* \brief Cursor that represents the translation unit itself.
OpenPOWER on IntegriCloud