[Lldb-commits] [PATCH] D136761: [lldb][CPlusPlus] Implement CPlusPlusLanguage::GetFunctionDisplayName

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 31 07:13:27 PDT 2022


Michael137 added inline comments.


================
Comment at: lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test:14
+c
+# CHECK: frame int ns::foo<std::__1::function<int ()>>(t= Function = (anonymous namespace)::anon_bar() )
+c
----------------
The `__1` breaks the linux build bots apparently. Will make this check a bit more flexible in follow-up commit


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136761



More information about the lldb-commits mailing list