Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CMake] Update unit tests with accurate dependencies | Chris Bieneman | 2017-02-01 | 1 | -0/+6 |
| | | | | | | This is extending the updates from r293696 to the LLDB unit tests. llvm-svn: 293821 | ||||
* | Convert many functions to use StringRefs. | Zachary Turner | 2016-09-17 | 1 | -0/+3 |
Where possible, remove the const char* version. To keep the risk and impact here minimal, I've only done the simplest functions. In the process, I found a few opportunities for adding some unit tests, so I added those as well. Tested on Windows, Linux, and OSX. llvm-svn: 281799 |