aboutsummaryrefslogtreecommitdiff
path: root/include/clang-c/Index.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang-c/Index.h')
-rw-r--r--include/clang-c/Index.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index fa35d058e5..75ad31a061 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -810,7 +810,8 @@ enum CXCursorKind {
CXCursor_IBActionAttr = 401,
CXCursor_IBOutletAttr = 402,
- CXCursor_LastAttr = CXCursor_IBOutletAttr,
+ CXCursor_IBOutletCollectionAttr = 403,
+ CXCursor_LastAttr = CXCursor_IBOutletCollectionAttr,
/* Preprocessing */
CXCursor_PreprocessingDirective = 500,