[PATCH] D92103: [ASTImporter] Import the default argument of TemplateTypeParmDecl

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 30 14:54:44 PST 2020


shafik added inline comments.


================
Comment at: lldb/test/API/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py:25
 
-        deque_type = "std::deque<int, std::allocator<int> >"
         size_type = deque_type + "::size_type"
----------------
Why do the default arguments not show up in the results anymore?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92103



More information about the cfe-commits mailing list