[PATCH] D44842: Add Parameters to DW_AT_name Attribute of Template Variables
Matthew Voss via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 3 10:57:01 PDT 2018
ormris added a comment.
About to test with CPlusPlus14 enabled....
Here's the output from those two commands.
(lldb) frame var -g crazy
error: no variable named 'crazy' found in this frame
(lldb) frame var -g crazy<int>
error: no variable named 'crazy' found in this frame
(lldb)
Repository:
rC Clang
https://reviews.llvm.org/D44842
More information about the cfe-commits
mailing list