clang-tools-extra/clangd/unittests/FeatureModulesTests.cpp:33:58: error:
could not convert ‘(const char*)""’ from ‘const char*’ to
llvm::StringLiteral’
llvm::StringLiteral kind() const override { return ""; };
Differential D100612
[clangd][test] Fix build error of FeatureModulesTests TaoPan on Apr 15 2021, 6:37 PM. Authored by
Details clang-tools-extra/clangd/unittests/FeatureModulesTests.cpp:33:58: error: llvm::StringLiteral kind() const override { return ""; };
Diff Detail
Event TimelineComment Actions Hi sammccall, FeatureModulesTests.cpp was added by D98498, could you please have a review? |