Rename the "glob arguments" feature to "shell expand arguments"
This should not bring any feature change, except changing names of things here and there llvm-svn: 230077
This commit is contained in:
@@ -93,10 +93,10 @@ public:
|
||||
SetShell (const char * path);
|
||||
|
||||
bool
|
||||
GetGlobArguments ();
|
||||
GetShellExpandArguments ();
|
||||
|
||||
void
|
||||
SetGlobArguments (bool glob);
|
||||
SetShellExpandArguments (bool expand);
|
||||
|
||||
uint32_t
|
||||
GetResumeCount ();
|
||||
|
||||
Reference in New Issue
Block a user