llvm-6502/unittests/Support
Rafael Espindola ac69459e0f Replace the F_Binary flag with a F_Text one.
After this I will set the default back to F_None. The advantage is that
before this patch forgetting to set F_Binary would corrupt a file on windows.
Forgetting to set F_Text produces one that cannot be read in notepad, which
is a better failure mode :-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202052 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-24 18:20:12 +00:00
..
AlignOfTest.cpp
AllocatorTest.cpp Fix layering StringRef copy using BumpPtrAllocator. 2014-02-05 22:22:56 +00:00
ArrayRecyclerTest.cpp
BlockFrequencyTest.cpp
Casting.cpp
CMakeLists.txt Move get[S|U]LEB128Size() to LEB128.h. 2014-02-22 14:00:39 +00:00
CommandLineTest.cpp Remove C++11ism from r200407. 2014-01-29 19:14:23 +00:00
CompressionTest.cpp
ConstantRangeTest.cpp
ConvertUTFTest.cpp
DataExtractorTest.cpp
EndianTest.cpp
ErrorOrTest.cpp
FileOutputBufferTest.cpp Fix known typos 2014-01-24 17:20:08 +00:00
formatted_raw_ostream_test.cpp
LeakDetectorTest.cpp
LEB128Test.cpp Move get[S|U]LEB128Size() to LEB128.h. 2014-02-22 14:00:39 +00:00
LineIteratorTest.cpp
LockFileManagerTest.cpp
Makefile
ManagedStatic.cpp
MathExtrasTest.cpp
MD5Test.cpp
MemoryBufferTest.cpp
MemoryTest.cpp
Path.cpp Replace the F_Binary flag with a F_Text one. 2014-02-24 18:20:12 +00:00
ProcessTest.cpp Silence a warning: 2014-02-04 22:53:45 +00:00
ProgramTest.cpp
raw_ostream_test.cpp
RegexTest.cpp
SourceMgrTest.cpp
SwapByteOrderTest.cpp Fix known typos 2014-01-24 17:20:08 +00:00
ThreadLocalTest.cpp
TimeValueTest.cpp Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its 2014-02-11 09:11:18 +00:00
UnicodeTest.cpp
ValueHandleTest.cpp
YAMLIOTest.cpp
YAMLParserTest.cpp