================
@@ -23,8 +23,13 @@ namespace clang {
 class CodeCompletionResult;
 class CompilerInstance;
 
-void codeComplete(CompilerInstance *InterpCI, llvm::StringRef Content,
-                  unsigned Line, unsigned Col, const CompilerInstance 
*ParentCI,
-                  std::vector<std::string> &CCResults);
+struct ReplCodeCompletion {
----------------
vgvassilev wrote:

Can we rename that as `CodeCompleter` or similar and add some doxygen-style 
documentation?

https://github.com/llvm/llvm-project/pull/67349
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to