Details
Details
- Reviewers
labath - Group Reviewers
Restricted Project - Commits
- rGb238b8dcf017: Add unit test for StringLexer
rLLDB340448: Add unit test for StringLexer
rL340448: Add unit test for StringLexer
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/Utility/StringLexerTest.cpp | ||
---|---|---|
25 ↗ | (On Diff #159191) | Nit: typo in the test case name. |
Comment Actions
This is another one of classes we should probably get rid of (it looks like all of this functionality is available in StringRef), but while we have it, it might as well be tested.
Comment Actions
This is another one of classes we should probably get rid of (it looks like all of this functionality is available in StringRef)
Late +1. Usage in FormattersContainer.h should be easy to replace. Apart form that it could be an implementation detail of AppleObjCTypeEncodingParser.