================
@@ -54,14 +54,24 @@ inline bool IsLifetimeSafetyEnabled(Sema &S, const Decl *D) 
{
   return false;
 }
 
+inline StringRef formatExpr(const Expr *E) {
----------------
usx95 wrote:

This is very much related to formatting in general in 
https://github.com/llvm/llvm-project/issues/186002.
For the time being I am fine focussing only on DRE. Let's address more as part 
of that issue.
(no action needed).

https://github.com/llvm/llvm-project/pull/199345
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to