summaryrefslogtreecommitdiffstats
path: root/include/clang-c
diff options
context:
space:
mode:
authorErik Verbruggen <erikjv@me.com>2011-10-06 13:12:18 +0000
committerErik Verbruggen <erikjv@me.com>2011-10-06 13:12:18 +0000
commite57ffac6326c20da8f688f937100c03e90b7fabe (patch)
tree9cf9bd90afecf2d902444a337373af74b5533fb8 /include/clang-c
parent51d7777a21b9706d503496c650af06f80d278c1a (diff)
[libclang] Removed accidental addition of CXCursor_AnnotateAttr.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang-c')
-rw-r--r--include/clang-c/Index.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index 3df1670f10..9ff04f4eb2 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -1830,8 +1830,7 @@ enum CXCursorKind {
CXCursor_IBOutletCollectionAttr = 403,
CXCursor_CXXFinalAttr = 404,
CXCursor_CXXOverrideAttr = 405,
- CXCursor_AnnotateAttr = 406,
- CXCursor_LastAttr = CXCursor_AnnotateAttr,
+ CXCursor_LastAttr = CXCursor_CXXOverrideAttr,
/* Preprocessing */
CXCursor_PreprocessingDirective = 500,