[libcxx-commits] [PATCH] D79924: [gdb] Decay type before passing into printer

Leszek Swirski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 27 02:39:57 PDT 2020


LeszekSwirski added a comment.

I'll add a test -- the failure I had (on the V8 codebase) was with a std::vector<Foo> that was typedefed to FooVector, and then passed around by const ref. Since the typedef wasn't stripped, afair it didn't even make it past the "^std::" check.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D79924





More information about the libcxx-commits mailing list