[clang] [ClangRepl] Type Directed Code Completion (PR #67349)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 6 10:58:16 PST 2023


================
@@ -118,6 +256,16 @@ void IncrementalSyntaxOnlyAction::ExecuteAction() {
   CI.getASTContext().getTranslationUnitDecl()->setHasExternalVisibleStorage(
       true);
 
+  // Load all external decls into current context.  Under the hood, it calls
----------------
vgvassilev wrote:

```suggestion
  // Load all external decls into current context. Under the hood, it calls
```

https://github.com/llvm/llvm-project/pull/67349


More information about the cfe-commits mailing list