From e57ffac6326c20da8f688f937100c03e90b7fabe Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Thu, 6 Oct 2011 13:12:18 +0000 Subject: [PATCH] [libclang] Removed accidental addition of CXCursor_AnnotateAttr. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141292 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang-c/Index.h | 3 +-- 1 file changed, 1 insertion(+), 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, -- 2.40.0