commit | 89d3f090b2cb81fd26d595b2c97439466822fe17 | [log] [tgz] |
---|---|---|
author | Tamas Berghammer <[email protected]> | Wed Sep 02 10:35:27 2015 |
committer | Tamas Berghammer <[email protected]> | Wed Sep 02 10:35:27 2015 |
tree | c095aeac1f343ffd9f67411acd5f5bba636f2410 | |
parent | e6035de11ea24b55481886880da400e9e810f599 [diff] |
Fix tab completion for command arguments containing spaces If a command argument contains a space then it have to be escaped with backslash signs so the argument parsing logic can parse it properly. This CL fixes the tab completion code for the arguments to create complitions with correctly escaped strings. Differential revision: http://reviews.llvm.org/D12531 llvm-svn: 246639