We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97898f0 commit 4114a2aCopy full SHA for 4114a2a
clang/tools/libclang/CIndexCXX.cpp
@@ -67,6 +67,7 @@ enum CXCursorKind clang_getTemplateCursorKind(CXCursor C) {
67
case TagTypeKind::Struct:
68
return CXCursor_StructDecl;
69
case TagTypeKind::Class:
70
+ case TagTypeKind::Coroutine:
71
return CXCursor_ClassDecl;
72
case TagTypeKind::Union:
73
return CXCursor_UnionDecl;
0 commit comments