The existing unit tests cover a wide variety of reading TBD files but lack coverages on the writing side. Case in point is the macCatalyst case (D73325) which we're able to read, but not write. This patch extends the unit test dealing with valid input to write their content again to verify the writer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unit tests: unknown.
clang-tidy: fail. clang-tidy found 10 errors and 1 warnings. 0 of them are added as review comments below (why?).
clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
Comment Actions
small comment, otherwise LGTM
llvm/unittests/TextAPI/TextStubV3Tests.cpp | ||
---|---|---|
332 | maybe add a comment about why this #if ed out. |
maybe add a comment about why this #if ed out.