diff options
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/Index.h | 4 |
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 }; /** |