[all-commits] [llvm/llvm-project] e2a1a7: [lldb] Add move_iterator to supported template list

Raphael Isemann via All-commits all-commits at lists.llvm.org
Wed Jan 27 04:53:14 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2a1a718bbe406289adb695348d2cf8085dfaf25
      https://github.com/llvm/llvm-project/commit/e2a1a718bbe406289adb695348d2cf8085dfaf25
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

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

  Log Message:
  -----------
  [lldb] Add move_iterator to supported template list

Identical to previous commits that just add a standard library template to the
supported template list and test it. Adding this rather obscure class to the
template list is mostly caused by the std::deque test unexpectedly referencing
this type when testing against newer libc++ versions on macOS.

Fixes TestQueueFromStdModule and TestQueueFromStdModule on macOS.
Fixes rdar://73213589




More information about the All-commits mailing list