forked from OSchip/llvm-project
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 |
||
|---|---|---|
| .. | ||
| Inputs | ||
| CMakeLists.txt | ||
| LocateSymbolFileTest.cpp | ||
| PostfixExpressionTest.cpp | ||
| TestClangASTContext.cpp | ||
| TestDWARFCallFrameInfo.cpp | ||
| TestLineEntry.cpp | ||
| TestType.cpp | ||