summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/CodeComplete.h
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2019-02-28 12:31:49 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2019-02-28 12:31:49 +0000
commitdba22a390828567586abe021ea562649a7ed4970 (patch)
treeebd03d32fed7637900e24baabe126146b7151b38 /clang-tools-extra/clangd/CodeComplete.h
parentbd5429ef38dec52c3cb25fdd0d56912559dc0104 (diff)
downloadllvm-dba22a390828567586abe021ea562649a7ed4970.tar.gz
Moved SymbolOrigin into its own header and implementation file
Reviewers: ioeric Subscribers: mgorny, jkorous, arphaman, kadircet, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D58773 llvm-svn: 355086
Diffstat (limited to 'clang-tools-extra/clangd/CodeComplete.h')
-rw-r--r--clang-tools-extra/clangd/CodeComplete.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/CodeComplete.h b/clang-tools-extra/clangd/CodeComplete.h
index 081513790c77..3b5f83466dc4 100644
--- a/clang-tools-extra/clangd/CodeComplete.h
+++ b/clang-tools-extra/clangd/CodeComplete.h
@@ -21,6 +21,7 @@
#include "Path.h"
#include "Protocol.h"
#include "index/Index.h"
+#include "index/SymbolOrigin.h"
#include "clang/Frontend/PrecompiledPreamble.h"
#include "clang/Sema/CodeCompleteConsumer.h"
#include "clang/Sema/CodeCompleteOptions.h"