llvm/tools/llvm-diff
Chandler Carruth ddfada260a [IR] Redesign the case iterator in SwitchInst to actually be an iterator
and to expose a handle to represent the actual case rather than having
the iterator return a reference to itself.

All of this allows the iterator to be used with common STL facilities,
standard algorithms, etc.

Doing this exposed some missing facilities in the iterator facade that
I've fixed and required some work to the actual iterator to fully
support the necessary API.

Differential Revision: https://reviews.llvm.org/D31548

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300032 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-12 07:27:28 +00:00
..
CMakeLists.txt [CMake] llvm-diff depends on intrinsics_gen 2016-11-19 02:28:18 +00:00
DiffConsumer.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
DiffConsumer.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DifferenceEngine.cpp [IR] Redesign the case iterator in SwitchInst to actually be an iterator 2017-04-12 07:27:28 +00:00
DifferenceEngine.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DiffLog.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DiffLog.h
llvm-diff.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
LLVMBuild.txt