Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |