summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression/import-std-module/iterator/Makefile
AgeCommit message (Collapse)Author
2021-01-27[lldb] Add move_iterator to supported template listRaphael Isemann
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