From: Sam McCall Date: Tue, 3 Sep 2019 13:54:27 +0000 (+0000) Subject: [clangd] Wrong attribute on debug function in r370746 X-Git-Tag: llvmorg-11-init~10183 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80195e7d1c3ae1c54b949460eca62d7388560f8b;p=platform%2Fupstream%2Fllvm.git [clangd] Wrong attribute on debug function in r370746 llvm-svn: 370757 --- diff --git a/clang-tools-extra/clangd/FindTarget.cpp b/clang-tools-extra/clangd/FindTarget.cpp index ea7f3329ba5c..4ac5398e93b8 100644 --- a/clang-tools-extra/clangd/FindTarget.cpp +++ b/clang-tools-extra/clangd/FindTarget.cpp @@ -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(); {