From: Erik Verbruggen Date: Thu, 6 Oct 2011 13:12:18 +0000 (+0000) Subject: [libclang] Removed accidental addition of CXCursor_AnnotateAttr. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e57ffac6326c20da8f688f937100c03e90b7fabe;p=clang [libclang] Removed accidental addition of CXCursor_AnnotateAttr. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141292 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,