Skip to content
Snippets Groups Projects
  • Corey Farrell's avatar
    8a63f4e7
    CLI: Create ast_cli_completion_add function. · 8a63f4e7
    Corey Farrell authored
    Some completion generators are very inefficent due to the way CLI
    requests matches one at a time.  ast_cli_completion_add can be called
    multiple times during one invokation of a CLI generator to add all
    results without having to reinitialize the search state for each match.
    
    Change-Id: I73d26d270bbbe1e3e6390799cfc1b639e39cceec
    8a63f4e7
    History
    CLI: Create ast_cli_completion_add function.
    Corey Farrell authored
    Some completion generators are very inefficent due to the way CLI
    requests matches one at a time.  ast_cli_completion_add can be called
    multiple times during one invokation of a CLI generator to add all
    results without having to reinitialize the search state for each match.
    
    Change-Id: I73d26d270bbbe1e3e6390799cfc1b639e39cceec
cli.c 76.48 KiB