1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/dsymutil
Fangrui Song 4c12d59f85 Use the container form llvm::sort(C, ...)
There are a few leftovers in rL343163 which span two lines. This commit
changes these llvm::sort(C.begin(), C.end, ...) to llvm::sort(C, ...)

llvm-svn: 343426
2018-09-30 22:31:29 +00:00
..
BinaryHolder.cpp
BinaryHolder.h
CFBundle.cpp
CFBundle.h
CMakeLists.txt
CompileUnit.cpp
CompileUnit.h
DebugMap.cpp Use the container form llvm::sort(C, ...) 2018-09-30 22:31:29 +00:00
DebugMap.h
DeclContext.cpp
DeclContext.h
dsymutil.cpp
dsymutil.h
DwarfLinker.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
DwarfLinker.h [dsymutil] Prevent non-determinism due to threading. 2018-09-07 10:29:22 +00:00
DwarfStreamer.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
DwarfStreamer.h Revert "[DWARF] reposting r342048, which was reverted in r342056 due to buildbot errors. Adjusted 2 test cases for ARM and darwin and fixed a bug with the original change in dsymutil." 2018-09-17 15:40:01 +00:00
LinkUtils.h
LLVMBuild.txt
MachODebugMapParser.cpp
MachOUtils.cpp
MachOUtils.h
NonRelocatableStringpool.cpp Use the container form llvm::sort(C, ...) 2018-09-30 22:31:29 +00:00
NonRelocatableStringpool.h