[PATCH] D53381: [clang-doc] Bringing bitcode tests in line

2018-10-17 Thread Julie Hockett via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. juliehockett marked an inline comment as done. Closed by commit rL344707: [clang-doc] Bringing bitcode tests in line (authored by juliehockett, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commi

[PATCH] D53381: [clang-doc] Bringing bitcode tests in line

2018-10-17 Thread Leonard Chan via Phabricator via cfe-commits
leonardchan accepted this revision. leonardchan added inline comments. This revision is now accepted and ready to land. Comment at: clang-tools-extra/unittests/clang-doc/BitcodeTest.cpp:39-40 +return writeInfo(*static_cast(I)); + default: +return ""; + } ---

[PATCH] D53381: [clang-doc] Bringing bitcode tests in line

2018-10-17 Thread Julie Hockett via Phabricator via cfe-commits
juliehockett created this revision. juliehockett added reviewers: leonardchan, jakehehrlich, lebedev.ri. juliehockett added a project: clang-tools-extra. Herald added subscribers: kadircet, arphaman. Makes bitcode tests line up with what's actually called in the tool. Should fix the failing bot.