[PATCH] D17687: Remove range.h.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 27 18:46:34 PST 2016


ruiu created this revision.
ruiu added a reviewer: pete.
ruiu added a subscriber: llvm-commits.

IIUC, range was an experiment to see how N3350 would work in LLD.
It turned out it didn't get traction, and it is basically duplicate
of iterator_range in ADT. We have only two occurrences of range,
and all of them are easily rewritten without it.

http://reviews.llvm.org/D17687

Files:
  include/lld/Core/File.h
  include/lld/Core/LinkingContext.h
  include/lld/Core/Parallel.h
  include/lld/Core/Pass.h
  include/lld/Core/Simple.h
  include/lld/Core/range.h
  include/lld/ReaderWriter/LinkerScript.h
  unittests/CoreTests/CMakeLists.txt
  unittests/CoreTests/RangeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17687.49305.patch
Type: text/x-patch
Size: 38778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160228/ac57cc53/attachment.bin>


More information about the llvm-commits mailing list