teak-llvm/llvm/lib/DebugInfo/CodeView
NAKAMURA Takumi 05a75e40da Revert r296215, "[PDB] General improvements to Stream library." and followings.
r296215, "[PDB] General improvements to Stream library."
r296217, "Disable BinaryStreamTest.StreamReaderObject temporarily."
r296220, "Re-enable BinaryStreamTest.StreamReaderObject."
r296244, "[PDB] Disable some tests that are breaking bots."
r296249, "Add static_cast to silence -Wc++11-narrowing."

std::errc::no_buffer_space should be used for OS-oriented errors for socket transmission.
(Seek discussions around llvm/xray.)

I could substitute s/no_buffer_space/others/g, but I revert whole them ATM.

Could we define and use LLVM errors there?

llvm-svn: 296258
2017-02-25 17:04:23 +00:00
..
CMakeLists.txt Properly parse the TypeServer2 record. 2017-02-03 21:22:27 +00:00
CodeViewError.cpp [pdb] Add the ability to resolve TypeServer PDBs. 2017-02-16 23:35:45 +00:00
CodeViewRecordIO.cpp Revert r296215, "[PDB] General improvements to Stream library." and followings. 2017-02-25 17:04:23 +00:00
CVSymbolVisitor.cpp [PDB] Rename Stream related source files. 2017-02-25 00:33:34 +00:00
CVTypeDumper.cpp Revert r296215, "[PDB] General improvements to Stream library." and followings. 2017-02-25 17:04:23 +00:00
CVTypeVisitor.cpp Revert r296215, "[PDB] General improvements to Stream library." and followings. 2017-02-25 17:04:23 +00:00
EnumTables.cpp Resubmit "Write the TPI stream from a PDB to Yaml." 2016-08-18 16:49:29 +00:00
Formatters.cpp Properly parse the TypeServer2 record. 2017-02-03 21:22:27 +00:00
Line.cpp
LLVMBuild.txt [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00
ModuleSubstream.cpp Revert r296215, "[PDB] General improvements to Stream library." and followings. 2017-02-25 17:04:23 +00:00
ModuleSubstreamVisitor.cpp Revert r296215, "[PDB] General improvements to Stream library." and followings. 2017-02-25 17:04:23 +00:00
RecordSerialization.cpp Revert r296215, "[PDB] General improvements to Stream library." and followings. 2017-02-25 17:04:23 +00:00
SymbolDumper.cpp [CodeView] Finish decoupling TypeDatabase from TypeDumper. 2017-01-11 23:24:22 +00:00
SymbolRecordMapping.cpp Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols." 2016-12-16 22:48:14 +00:00
TypeDatabase.cpp [pdb] Add a new command for analyzing hash collisions. 2017-02-01 18:30:22 +00:00
TypeDatabaseVisitor.cpp [CodeView] Add TypeDatabase class. 2017-01-11 00:35:08 +00:00
TypeDumpVisitor.cpp [PDB] Rename Stream related source files. 2017-02-25 00:33:34 +00:00
TypeRecord.cpp [PDB] Rename Stream related source files. 2017-02-25 00:33:34 +00:00
TypeRecordMapping.cpp Properly parse the TypeServer2 record. 2017-02-03 21:22:27 +00:00
TypeSerializer.cpp Revert r296215, "[PDB] General improvements to Stream library." and followings. 2017-02-25 17:04:23 +00:00
TypeStreamMerger.cpp [pdb] Add the ability to resolve TypeServer PDBs. 2017-02-16 23:35:45 +00:00