From 02ded2a56c823990411a1179b042861d1c77a141 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 18 Mar 2010 15:23:44 +0000 Subject: More token-annotation experimentation, preprocessing the annotated token sequence to detect macro instantiations (that produce at least token). WIP. llvm-svn: 98826 --- clang/include/clang-c/Index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/include/clang-c/Index.h') diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 2042edcdb52..bdcb37df9f3 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -800,9 +800,9 @@ enum CXCursorKind { /* Preprocessing */ CXCursor_PreprocessingDirective = 500, - + CXCursor_MacroInstantiation = 501, CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective, - CXCursor_LastPreprocessing = CXCursor_PreprocessingDirective + CXCursor_LastPreprocessing = CXCursor_MacroInstantiation }; /** -- cgit v1.2.3