================
@@ -5095,6 +5111,11 @@ CFGBlock *CFGBuilder::VisitForTemporaryDtors(Stmt *E, 
bool ExternallyDestructed,
                                                   ExternallyDestructed,
                                                   Context);
 
+    case Stmt::CXXOperatorCallExprClass: {
----------------
usx95 wrote:

nit: remove the `{`braces here.

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

Reply via email to