1. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  2. 92b1673 Add byte counting mechanism to LLDB's Stream class. by Raphael Isemann · 7 years ago
  3. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  4. 696bd63 [lldb] Fix typos in file headers by Alexander Shaposhnikov · 9 years ago
  5. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  6. 3a29f8b Fix warnings detected by -Wpessimizing-move by Pavel Labath · 10 years ago
  7. 4446487 Improve LLDB prompt handling by Pavel Labath · 10 years ago
  8. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  9. 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 12 years ago
  10. e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 12 years ago
  11. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  12. 969ed3d by Caroline Tice · 14 years ago