[clang] [ClangRepl] Type Directed Code Completion (PR #67349)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 1 07:37:18 PDT 2023
================
@@ -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
More information about the cfe-commits
mailing list