Why shouldn't the AnnotateAttr be included? It is the last attribute CXCursor.
On Oct 6, 2011, at 6:12 AM, Erik Verbruggen wrote: > Author: erikjv > Date: Thu Oct 6 08:12:18 2011 > New Revision: 141292 > > URL: http://llvm.org/viewvc/llvm-project?rev=141292&view=rev > Log: > [libclang] Removed accidental addition of CXCursor_AnnotateAttr. > > Modified: > cfe/trunk/include/clang-c/Index.h > > Modified: cfe/trunk/include/clang-c/Index.h > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=141292&r1=141291&r2=141292&view=diff > ============================================================================== > --- cfe/trunk/include/clang-c/Index.h (original) > +++ cfe/trunk/include/clang-c/Index.h Thu Oct 6 08:12:18 2011 > @@ -1830,8 +1830,7 @@ > CXCursor_IBOutletCollectionAttr = 403, > CXCursor_CXXFinalAttr = 404, > CXCursor_CXXOverrideAttr = 405, > - CXCursor_AnnotateAttr = 406, > - CXCursor_LastAttr = CXCursor_AnnotateAttr, > + CXCursor_LastAttr = CXCursor_CXXOverrideAttr, > > /* Preprocessing */ > CXCursor_PreprocessingDirective = 500, > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
