This is part of a move to convert clang-doc's tests to a more maintainable unit test framework, with a smaller number of integration tests to maintain and more granular failure feedback.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
clang-tools-extra/unittests/clang-doc/SerializeTest.cpp | ||
---|---|---|
320 ↗ | (On Diff #169748) | Can you use raw strings here (and elsewhere in this file) as well? |
Comment Actions
LGTM, I'd file a bug about SmallString not taking const char* in its constructor and I'd also put a TODO somewhere to fix that once that's resolved.