Makes bitcode tests line up with what's actually called in the tool. Should fix the failing bot.
Also fixes a warning that was being thrown about initialization braces.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/unittests/clang-doc/BitcodeTest.cpp | ||
---|---|---|
39–40 ↗ | (On Diff #170024) | Nit: The dispatchInfoForWrite function returns true on default and writeInfo would catch that assert. I assume just returning empty string is intended on this case? |