summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB/BinaryStreamTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-710/+0
* Re-enable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-03-011-10/+18
* Disable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-03-011-1/+1
* [PDB] Fix and re-enable BinaryStreamArray test.Zachary Turner2017-03-011-36/+38
* [PDB] Re-add BinaryStreamTest.Zachary Turner2017-03-011-0/+700
* Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp (from r296555)Vedant Kumar2017-03-011-700/+0
* [PDB] Remove use of std error codes.Zachary Turner2017-03-011-7/+6
* (Rewroking r296581) PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::err...NAKAMURA Takumi2017-03-011-3/+4
* Revert r296581, "PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::...NAKAMURA Takumi2017-03-011-3/+3
* PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::no_buffer_space.NAKAMURA Takumi2017-03-011-3/+3
* Move constexpr arrays out of class definition.Zachary Turner2017-03-011-3/+4
* Fix signed / unsigned comparison warning.Zachary Turner2017-03-011-1/+1
* [PDB] Add an additional test for BinaryStreamRef.Zachary Turner2017-03-011-2/+58
* [PDB] Add tests for BinaryStream.Zachary Turner2017-03-011-0/+643
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-758/+0
* Add static_cast to silence -Wc++11-narrowing.Daniel Jasper2017-02-251-1/+1
* [PDB] Disable some tests that are breaking bots.Zachary Turner2017-02-251-3/+3
* Re-enable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-02-251-33/+27
* Disable BinaryStreamTest.StreamReaderObject temporarily.Zachary Turner2017-02-251-33/+33
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-0/+764
OpenPOWER on IntegriCloud