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
Event Timeline
clang-tools-extra/unittests/clang-doc/SerializeTest.cpp | ||
---|---|---|
321 | 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.
Nit: this function seems to be wrongly indented.