Logo
Explore Help
Sign In
mirrors/llvm-project
0
0
Fork 0
You've already forked llvm-project
mirror of https://github.com/llvm/llvm-project.git synced 2025-05-09 22:56:04 +00:00
Code Issues Projects Releases Wiki Activity
llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/completion/main.cpp

15 lines
127 B
C++
Raw Normal View History

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
2015-09-02 10:35:27 +00:00
class Foo
{
public:
int Bar(int x, int y)
{
return x + y;
}
};
int main()
{
Foo f;
f.Bar(1, 2);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1016ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API