projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6ee80
)
[clangd] Wrong attribute on debug function in r370746
author
Sam McCall
<sam.mccall@gmail.com>
Tue, 3 Sep 2019 13:54:27 +0000
(13:54 +0000)
committer
Sam McCall
<sam.mccall@gmail.com>
Tue, 3 Sep 2019 13:54:27 +0000
(13:54 +0000)
llvm-svn: 370757
clang-tools-extra/clangd/FindTarget.cpp
patch
|
blob
|
history
diff --git
a/clang-tools-extra/clangd/FindTarget.cpp
b/clang-tools-extra/clangd/FindTarget.cpp
index ea7f3329ba5c0b01d3d92bf3edf4e34a63c13db1..4ac5398e93b86a29cc03a1c6ba9b24ae3e4cc758 100644
(file)
--- 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_METHO
D std::string
+LLVM_
ATTRIBUTE_UNUSE
D std::string
nodeToString(const ast_type_traits::DynTypedNode &N) {
std::string S = N.getNodeKind().asStringRef();
{