llvm-project/lldb/unittests/Symbol
Pavel Labath f899bf135f Fix windows build after r369894
Constructing a std::vector from a llvm::map_range fails on windows,
apparently because std::vector expects the input iterator to have a
const operator* (map_range iterator has a non-const one).

This avoids the cleverness and unrolls the map-loop manually (which is
also slightly shorter).

llvm-svn: 369905
2019-08-26 12:42:32 +00:00
..
Inputs unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
CMakeLists.txt unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
LocateSymbolFileTest.cpp Resubmit "Don't include UnixSignals.h from Host." 2019-03-06 18:20:23 +00:00
PostfixExpressionTest.cpp Fix windows build after r369894 2019-08-26 12:42:32 +00:00
TestClangASTContext.cpp [Symbol] Decouple clang from CompilerType 2019-08-13 19:40:36 +00:00
TestDWARFCallFrameInfo.cpp unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
TestLineEntry.cpp unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
TestType.cpp Generalize FindTypes with CompilerContext to support fuzzy lookup 2019-08-21 18:06:56 +00:00