[clangd] Wrong attribute on debug function in r370746

llvm-svn: 370757
This commit is contained in:
Sam McCall 2019-09-03 13:54:27 +00:00
parent 1b6ee802c6
commit 80195e7d1c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace clang {
namespace clangd {
namespace {
LLVM_DUMP_METHOD std::string
LLVM_ATTRIBUTE_UNUSED std::string
nodeToString(const ast_type_traits::DynTypedNode &N) {
std::string S = N.getNodeKind().asStringRef();
{