================
@@ -715,6 +715,7 @@ static void printExtendedName(raw_ostream &OS, const DINode 
*Node,
     Res = V->getName();
     Line = V->getLine();
   } else if (const auto *L = dyn_cast<const DILabel>(Node)) {
+    // XXX what are we doing here? Adjust it?
----------------
vogelsgesang wrote:

yes. I came to the conclusion that this is only debug output, and that printing 
column / coro-suspend-idx here would probably only hurt the readability of the 
debug output. As such, this code should stay unchanged.

Forgot the comment, though :/ Fixed now.

https://github.com/llvm/llvm-project/pull/141937
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to