================
@@ -54,14 +54,24 @@ inline bool IsLifetimeSafetyEnabled(Sema &S, const Decl *D) {
return false;
}
+inline StringRef formatExpr(const Expr *E) {
----------------
usx95 wrote:
cc: @Nekon69
https://github.com/llvm/llvm-project/pull/199345