[PATCH] D44842: Add Parameters to DW_AT_name Attribute of Template Variables

Jim Ingham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 3 09:02:08 PDT 2018


jingham added a comment.

I don't know off the top of my head.  Did anybody working on this patch try printing variables in lldb with this name change, particularly global variables?  Global lookups are particularly tricky, but it shouldn't be hard to check.  You'd want to check that you can print them with frame var and expr.


Repository:
  rC Clang

https://reviews.llvm.org/D44842





More information about the cfe-commits mailing list