Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-09-06 | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 1 | -104/+71 |
2016-05-18 | remove use of Mutex in favour of std::{,recursive_}mutex | Saleem Abdulrasool | 1 | -12/+9 |
2016-01-06 | Addresses an unsigned underflow situation that can occur when dumping an empt... | Kate Stone | 1 | -2/+2 |
2015-01-15 | Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ | Vince Harron | 1 | -3/+5 |
2014-04-20 | Switch NULL to C++11 nullptr in source/Interpreter | Ed Maste | 1 | -9/+9 |
2014-03-03 | "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl... | Greg Clayton | 1 | -1/+1 |
2014-03-03 | Fix Windows build using portable types for formatting the log outputs | Deepak Panickal | 1 | -1/+1 |
2013-06-17 | <rdar://problem/14134716> | Enrico Granata | 1 | -0/+143 |