summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CodeComplete.h
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2019-04-04 12:56:03 +0000
committerSam McCall <sam.mccall@gmail.com>2019-04-04 12:56:03 +0000
commit4e56502be29d317d60fe369b30be16b21c0c370d (patch)
tree632a3dcc27bf76db7eb68e3af72c7bdfe0cc3614 /clang-tools-extra/clangd/CodeComplete.h
parentc56ffed3043cbd27df80db028a0f60978e098075 (diff)
downloadbcm5719-llvm-4e56502be29d317d60fe369b30be16b21c0c370d.tar.gz
bcm5719-llvm-4e56502be29d317d60fe369b30be16b21c0c370d.zip
[clangd] Stop passing around PCHContainerOperations, just create it in place. NFC
llvm-svn: 357689
Diffstat (limited to 'clang-tools-extra/clangd/CodeComplete.h')
-rw-r--r--clang-tools-extra/clangd/CodeComplete.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang-tools-extra/clangd/CodeComplete.h b/clang-tools-extra/clangd/CodeComplete.h
index c57a2afba4f..8948ad009d1 100644
--- a/clang-tools-extra/clangd/CodeComplete.h
+++ b/clang-tools-extra/clangd/CodeComplete.h
@@ -35,7 +35,6 @@
namespace clang {
class NamedDecl;
-class PCHContainerOperations;
namespace clangd {
struct CodeCompleteOptions {
@@ -226,7 +225,6 @@ CodeCompleteResult codeComplete(PathRef FileName,
const PreambleData *Preamble,
StringRef Contents, Position Pos,
IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
- std::shared_ptr<PCHContainerOperations> PCHs,
CodeCompleteOptions Opts,
SpeculativeFuzzyFind *SpecFuzzyFind = nullptr);
@@ -236,7 +234,6 @@ SignatureHelp signatureHelp(PathRef FileName,
const PreambleData *Preamble, StringRef Contents,
Position Pos,
IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
- std::shared_ptr<PCHContainerOperations> PCHs,
const SymbolIndex *Index);
// For index-based completion, we only consider:
OpenPOWER on IntegriCloud