diff options
| author | Sean Callanan <scallanan@apple.com> | 2012-10-24 01:12:14 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2012-10-24 01:12:14 +0000 |
| commit | 3154255fd6051ad200646203f7da742bc6b542fc (patch) | |
| tree | 90c80d0011820f4fc4804edd165be60ee720e915 /lldb/source/Commands/CommandObjectSyntax.h | |
| parent | ec57ab374b1ff5a77adfd5bc7992040548dfe922 (diff) | |
| download | bcm5719-llvm-3154255fd6051ad200646203f7da742bc6b542fc.tar.gz bcm5719-llvm-3154255fd6051ad200646203f7da742bc6b542fc.zip | |
This is a fix for the command option parser.
There was a generic catch-all type for path arguments
called "eArgTypePath," and a specialized version
called "eArgTypeFilename." It turns out all the
cases where we used eArgTypePath we could have
used Filename or we explicitly meant a directory.
I changed Path to DirectoryName, made it use the
directory completer, and rationalized the uses of
Path.
<rdar://problem/12559915>
llvm-svn: 166533
Diffstat (limited to 'lldb/source/Commands/CommandObjectSyntax.h')
0 files changed, 0 insertions, 0 deletions

