================
@@ -1,11 +1,11 @@
#include <stdio.h>
static void unique_function_name() {
- puts(__PRETTY_FUNCTION__); // foo breakpoint 2
+ puts(__PRETTY_FUNCTION__); // call puts
----------------
DrSergei wrote:Do we really need these changes? Seems we can just remove comments https://github.com/llvm/llvm-project/pull/180518 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
