llvm-6502/unittests/Support
David Blaikie c265f06697 Make llvm::Regex non-copyable but movable.
Based on a patch by Maciej Piechotka.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198334 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-02 19:04:59 +00:00
..
AlignOfTest.cpp
AllocatorTest.cpp
ArrayRecyclerTest.cpp
BlockFrequencyTest.cpp [block-freq] Add a right shift to BlockFrequency that saturates at 1. 2013-12-14 02:24:22 +00:00
Casting.cpp
CMakeLists.txt Introduce a simple line-by-line iterator type into the Support library. 2013-12-27 04:28:57 +00:00
CommandLineTest.cpp
CompressionTest.cpp
ConstantRangeTest.cpp make ConstantRange::signExtend() optimal 2013-10-30 15:36:50 +00:00
ConvertUTFTest.cpp
DataExtractorTest.cpp
EndianTest.cpp
ErrorOrTest.cpp Simplify ErrorOr. 2013-11-05 00:28:01 +00:00
FileOutputBufferTest.cpp
formatted_raw_ostream_test.cpp
LeakDetectorTest.cpp
LineIteratorTest.cpp Introduce a simple line-by-line iterator type into the Support library. 2013-12-27 04:28:57 +00:00
LockFileManagerTest.cpp
Makefile
ManagedStatic.cpp
MathExtrasTest.cpp
MD5Test.cpp
MemoryBufferTest.cpp Change MemoryBuffer::getFile to take a Twine. 2013-10-25 19:06:52 +00:00
MemoryTest.cpp
Path.cpp Path: Recognize COFF import library file magic. 2013-11-15 21:22:02 +00:00
ProcessTest.cpp unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> instead. 2013-12-25 10:50:11 +00:00
ProgramTest.cpp
raw_ostream_test.cpp
RegexTest.cpp Make llvm::Regex non-copyable but movable. 2014-01-02 19:04:59 +00:00
SourceMgrTest.cpp
SwapByteOrderTest.cpp
ThreadLocalTest.cpp Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205) 2013-12-19 20:32:44 +00:00
TimeValueTest.cpp
UnicodeTest.cpp
ValueHandleTest.cpp
YAMLIOTest.cpp YAML I/O add support for validate() 2013-11-21 00:28:07 +00:00
YAMLParserTest.cpp