[all-commits] [llvm/llvm-project] b83389: [lldb] Add std::array to the supported template li...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Dec 17 02:48:32 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8338983e6f6ec6ebd48a7fc640b5d859e653b27
      https://github.com/llvm/llvm-project/commit/b8338983e6f6ec6ebd48a7fc640b5d859e653b27
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-12-17 (Thu, 17 Dec 2020)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
    A lldb/test/API/commands/expression/import-std-module/array/Makefile
    A lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
    A lldb/test/API/commands/expression/import-std-module/array/main.cpp

  Log Message:
  -----------
  [lldb] Add std::array to the supported template list of the CxxModuleHandler

Identical to the other patches that add STL containers to the supported
templated list.




More information about the All-commits mailing list