Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; ↵ | Eugene Zelenko | 2016-03-11 | 1 | -18/+16 |
| | | | | | | other minor fixes. llvm-svn: 263300 | ||||
* | Create a logging category that is specific to data formatters activity | Enrico Granata | 2015-10-06 | 1 | -0/+3 |
| | | | | llvm-svn: 249433 | ||||
* | Add a language log category. | Colin Riley | 2015-05-27 | 1 | -0/+3 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D9994 llvm-svn: 238314 | ||||
* | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner | 2015-03-18 | 1 | -0/+274 |
So that we don't have to update every single #include in the entire codebase to #include this new header (which used to get included by lldb-private-log.h, we automatically #include "Logging.h" from within "Log.h". llvm-svn: 232653 |