================
@@ -89,6 +108,114 @@ class TextTokenRetokenizer {
}
}
+ bool continueInt(SmallString<32> &NextToken) {
+ return NextToken.ends_with(StringRef("char")) ||
----------------
sdkrystian wrote:Don't really understand what this is for... https://github.com/llvm/llvm-project/pull/84726 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
