aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/DataStream.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-16Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola1-7/+5
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+1
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-2/+0
2014-11-12Merge StreamableMemoryObject into MemoryObject.Rafael Espindola1-2/+2
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-4/+3
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-05-31Use error_code() instead of error_code::succes()Rafael Espindola1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-1/+1
2014-03-10[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper1-1/+1
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1
2013-07-16Add a wrapper for open.Rafael Espindola1-10/+3
2013-06-12Remove the program class.Rafael Espindola1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper1-1/+1
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie1-2/+2
2012-02-09Remove static initializer from DataStream.cppDavid Blaikie1-12/+11
2012-02-07Fix win32 build breakage from bitcode streaming patchDerek Schuff1-1/+4
2012-02-06Fix comment-rulers.Nick Lewycky1-1/+1
2012-02-06Enable streaming of bitcodeDerek Schuff1-0/+96