summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/Index.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-03-18 15:23:44 +0000
committerDouglas Gregor <dgregor@apple.com>2010-03-18 15:23:44 +0000
commit02ded2a56c823990411a1179b042861d1c77a141 (patch)
tree04894f162cac018e0e0488bd02595a4879306da7 /clang/include/clang-c/Index.h
parent48d75d1bda316afd66b73cd8046c52635f0772a7 (diff)
downloadbcm5719-llvm-02ded2a56c823990411a1179b042861d1c77a141.tar.gz
bcm5719-llvm-02ded2a56c823990411a1179b042861d1c77a141.zip
More token-annotation experimentation, preprocessing the annotated
token sequence to detect macro instantiations (that produce at least token). WIP. llvm-svn: 98826
Diffstat (limited to 'clang/include/clang-c/Index.h')
-rw-r--r--clang/include/clang-c/Index.h4
1 files changed, 2 insertions, 2 deletions
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
};
/**
OpenPOWER on IntegriCloud