diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2019-02-28 12:31:49 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2019-02-28 12:31:49 +0000 |
commit | dba22a390828567586abe021ea562649a7ed4970 (patch) | |
tree | ebd03d32fed7637900e24baabe126146b7151b38 /clang-tools-extra/clangd/CodeComplete.h | |
parent | bd5429ef38dec52c3cb25fdd0d56912559dc0104 (diff) | |
download | llvm-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.h | 1 |
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" |