llvm-6502/unittests
Duncan P. N. Exon Smith db8c1ae04e SCC: Change clients to use const, NFC
It's fishy to be changing the `std::vector<>` owned by the iterator, and
no one actual does it, so I'm going to remove the ability in a
subsequent commit.  First, update the users.

<rdar://problem/14292693>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207252 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-25 18:24:50 +00:00
..
ADT SCC: Change clients to use const, NFC 2014-04-25 18:24:50 +00:00
Analysis [LCG] Re-order expectations to provide more useful output when debugging 2014-04-24 09:59:56 +00:00
Bitcode verify-di: Implement DebugInfoVerifier 2014-04-15 16:27:38 +00:00
CodeGen PR19554: Fix some memory leaks in DIEHashTest.cpp 2014-04-25 17:07:55 +00:00
DebugInfo
ExecutionEngine
IR Make the User::value_op_iterator a random access iterator. I had written 2014-04-17 09:07:50 +00:00
LineEditor
Linker
MC
Object
Option Retire llvm::array_endof in favor of non-member std::end. 2014-04-12 16:15:53 +00:00
Support [ADT] Generalize pointee_iterator to smart pointers by using decltype. 2014-04-24 21:10:35 +00:00
Transforms This reverts r206828 until David has time to figure out that is going on. 2014-04-22 02:17:11 +00:00
CMakeLists.txt
Makefile
Makefile.unittest