aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/system_error.h
AgeCommit message (Expand)Author
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-03-01Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie
2011-06-23Don't include config.h in public headersDylan Noblesmith
2011-06-13Fix spelling and sort CMakeLists.txt.Michael J. Spencer
2011-03-14Emacs mode string.Mikhail Glushenkov
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-12-04Support/SystemError: Make error_category and error_code auto-bool-conversion-...Michael J. Spencer
2010-11-29system_error: Remove Windows headers.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer