================
@@ -3122,6 +3122,9 @@ class AnnotatingParser {
}
}
+ if (PrevToken->isTypeName(LangOpts))
----------------
owenca wrote:It works if `TypeNames: [MyType]` is added to the config, but I've added a heuristic so that it won't be necessary. https://github.com/llvm/llvm-project/pull/149039 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
