Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / unittests / Support / FileOutputBufferTest.cpp
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Rafael EspindolaRemove unused has_magic.
2014-05-18 Craig TopperUse std::unique_ptr instead of OwningPtr in the MemoryB...
2014-01-24 Alp TokerFix known typos
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.