[PATCH] D157961: [llvm][utils] Fix SmallVector formatter when type is a pointer

Dave Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 14:59:24 PDT 2023


kastiglione added a comment.

> Could we fix that, so the `SmallVector` formatter is only used for `SmallVector` objects, not pointers?

`type synthetic add` has:

  -p ( --skip-pointers )
       Don't use this format for pointers-to-type objects.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157961



More information about the llvm-commits mailing list