mizvekov wrote: > Related, I think the change to [`void TypePrinter::printUsingBefore(const > UsingType *T, raw_ostream > &OS)`](https://github.com/llvm/llvm-project/blame/d439c9ea4a19bf783120d8efee5e671316666550/clang/lib/AST/TypePrinter.cpp#L1227) > might be causing similar issues. The `getKeywordName` is causing `enum` to > get printed when the type is listed for template instantiation, which is > causing errors.
Can you give me an example of that? We shouldn't be printing a keyword unless the type was written / created with a keyword. https://github.com/llvm/llvm-project/pull/147835 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits