[Lldb-commits] [PATCH] D111399: [lldb] Make char[N] formatters respect the end of the array (PR44649)

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 11 03:47:27 PDT 2021


labath added inline comments.


================
Comment at: lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp:39
+     //% self.expect_var_path('constcharstar', summary='"Hello\t\tWorld\nI am here\t\tto say hello\n"')
     //% self.assertTrue(self.frame().FindVariable('longstring').GetSummary().endswith('"...'))
     //% self.assertTrue(self.frame().FindVariable('longconstcharstar').GetSummary().endswith('"...'))
----------------
teemperor wrote:
> If you align the start of these comments when merging this, then I'll address you from now on as "Pavel the Great".
uh-oh


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111399/new/

https://reviews.llvm.org/D111399



More information about the lldb-commits mailing list