This is an archive of the discontinued LLVM Phabricator instance.

[clangd] NFC Silence some buildbot warnings
Needs ReviewPublic

Authored by njames93 on Jan 25 2021, 4:07 PM.

Details

Reviewers
sammccall
Summary

clang-tools-extra/clangd/unittests/FindTargetTests.cpp:343:29: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
clang-tools-extra/clangd/unittests/FindTargetTests.cpp:947:35: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
clang-tools-extra/clangd/unittests/SelectionTests.cpp:646:17: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]

Diff Detail

Event Timeline

njames93 created this revision.Jan 25 2021, 4:07 PM
njames93 requested review of this revision.Jan 25 2021, 4:07 PM