We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e51ea commit 3eeeaefCopy full SHA for 3eeeaef
1 file changed
lib/tokenize.cpp
@@ -964,6 +964,7 @@ namespace {
964
to->next()->column(to->column());
965
to = to->next();
966
to->isSimplifiedTypedef(true);
967
+ to->isExternC(from->isExternC());
968
}
969
return to;
970
0 commit comments