================
@@ -1423,7 +1423,7 @@ class AnnotatingParser {
Tok->setType(TT_BitFieldColon);
} else if (Contexts.size() == 1 &&
!Line.First->isOneOf(tok::kw_enum, tok::kw_case,
- tok::kw_default)) {
+ tok::kw_default, tok::kw_typedef)) {
----------------
HazardyKnusperkeks wrote:
Sadly `typedef class` is a thing too, this would break, wouldn't it?
https://github.com/llvm/llvm-project/pull/138440
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits