You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #106672 (comment), most of the Tab key actions relies on GNU read-line and as a result things like clang-query's Tab auto-completion doesn't work in Windows. LLVM currently has no fallback code for this.
The text was updated successfully, but these errors were encountered:
As per https://github.com//pull/106672#issuecomment-2326442298, most of the Tab key actions relies on GNU read-line and as a result things like clang-query's Tab auto-completion doesn't work in Windows. LLVM currently has no fallback code for this.
MichelleCDjunaidi
changed the title
Actions dependent on Tab key not working in Windows e.g. clang-query Tab auto-completion
Actions dependent on Tab key not working in Windows due to LLVM's LineEditor class (e.g. clang-query Tab auto-completion)
Sep 10, 2024
As per #106672 (comment), most of the Tab key actions relies on GNU read-line and as a result things like clang-query's Tab auto-completion doesn't work in Windows. LLVM currently has no fallback code for this.
The text was updated successfully, but these errors were encountered: