diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-05-07 13:07:23 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-05-07 13:07:23 +0000 |
| commit | 719a9aed05986cb4f76afff3747796c3fe02c618 (patch) | |
| tree | d28ba4fb2a4b3fe6a53ea0312842a0b59ac839a8 /llvm/utils | |
| parent | f8759e499cf4c895555134084c80681bcfe86a3c (diff) | |
| download | bcm5719-llvm-719a9aed05986cb4f76afff3747796c3fe02c618.tar.gz bcm5719-llvm-719a9aed05986cb4f76afff3747796c3fe02c618.zip | |
gn build: Merge r360116
llvm-svn: 360141
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn | 1 | ||||
| -rw-r--r-- | llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn index 4d5e645793a..aa91bfdeb75 100644 --- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn +++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn @@ -118,6 +118,7 @@ static_library("clangd") { "index/dex/Iterator.cpp", "index/dex/PostingList.cpp", "index/dex/Trigram.cpp", + "refactor/Rename.cpp", "refactor/Tweak.cpp", ] } diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn index 2cfccced1f0..3e6944dba04 100644 --- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn +++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn @@ -55,6 +55,7 @@ unittest("ClangdTests") { "PrintASTTests.cpp", "QualityTests.cpp", "RIFFTests.cpp", + "RenameTests.cpp", "SelectionTests.cpp", "SerializationTests.cpp", "SourceCodeTests.cpp", |

