[all-commits] [llvm/llvm-project] 896976: [clangd][test] Fix build error of FeatureModulesTests
Pan Tao via All-commits
all-commits at lists.llvm.org
Sun Apr 18 18:30:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8969762fb1cf3b05adef5d6158b080548a9363e2
https://github.com/llvm/llvm-project/commit/8969762fb1cf3b05adef5d6158b080548a9363e2
Author: Pan, Tao <tao.pan at intel.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M clang-tools-extra/clangd/unittests/FeatureModulesTests.cpp
Log Message:
-----------
[clangd][test] Fix build error of FeatureModulesTests
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 ""; };
Reviewed By: kadircet
Differential Revision: https://reviews.llvm.org/D100612
More information about the All-commits
mailing list