[Lldb-commits] [PATCH] D44613: Support template template parameters

Frederic Riss via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 18 15:31:20 PDT 2018


friss created this revision.
friss added reviewers: clayborg, jingham.
Herald added a subscriber: JDevlieghere.

We would fail to resolve (and thus display the value of) any
templated type which contained a template template argument even
though we don't really use template arguments.

This patch adds minimal support for template template arguments,
but I doubt we need any more than that.


https://reviews.llvm.org/D44613

Files:
  include/lldb/Symbol/ClangASTContext.h
  packages/Python/lldbsuite/test/lang/cpp/template/TestTemplateArgs.py
  packages/Python/lldbsuite/test/lang/cpp/template/main.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  source/Symbol/ClangASTContext.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44613.138869.patch
Type: text/x-patch
Size: 7758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180318/28c10c66/attachment.bin>


More information about the lldb-commits mailing list