Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / system_error.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2011-06-23 Dylan NoblesmithDon't include config.h in public headers
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-03-14 Mikhail GlushenkovEmacs mode string.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-04 Michael J. SpencerSupport/SystemError: Make error_category and error_code...
2010-11-29 Michael J. Spencersystem_error: Remove Windows headers.
2010-11-29 Michael J. SpencerMerge System into Support.