[Lldb-commits] [PATCH] D77153: [lldb/DataFormatters] Display null C++ pointers as nullptr

Frederic Riss via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 1 15:12:26 PDT 2020


friss added a comment.

In D77153#1954154 <https://reviews.llvm.org/D77153#1954154>, @labath wrote:

> It might be worth mentioning though that the title of the patch is somewhat misleading -- I believe the `CXX` in `CXXFunctionSummaryFormat` refers to the language the formatter is implemented in, not the language of the type itself. So this patch affects all types whose formatters are implemented as c++ functions, not all c++ pointers in the target program.


Wow, thanks for pointing this out. It should have clicked when I saw `ScriptSummaryFormat` besides it, but I was indeed completely confused. Let me rework this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77153





More information about the lldb-commits mailing list