aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang-c/Index.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index 1280fb3de4..80555357b1 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -1907,6 +1907,7 @@ enum CXCursorKind {
/** \brief A GCC inline assembly statement extension.
*/
CXCursor_GCCAsmStmt = 215,
+ CXCursor_AsmStmt = CXCursor_GCCAsmStmt,
/** \brief Objective-C's overall \@try-\@catch-\@finally statement.
*/