hanchenye-llvm-project/lldb/test/types
Greg Clayton 3bcdfc0ec1 <rdar://problem/12798131>
Cleaned up the option parsing code to always pass around the short options as integers. Previously we cast this down to "char" and lost some information. I recently added an assert that would detect duplicate short character options which was firing during the test suite.

This fix does the following:
- make sure all short options are treated as "int"
- make sure that short options can be non-printable values when a short option is not required or when an option group is mixed into many commands and a short option is not desired
- fix the help printing to "do the right thing" in all cases. Previously if there were duplicate short character options, it would just not emit help for the duplicates
- fix option parsing when there are duplicates to parse options correctly. Previously the option parsing, when done for an OptionGroup, would just start parsing options incorrectly by omitting table entries and it would end up setting the wrong option value

llvm-svn: 169189
2012-12-04 00:32:51 +00:00
..
AbstractBase.py
HideTestFailures.py
Makefile
TestFloatTypes.py
TestFloatTypesExpr.py
TestIntegerTypes.py
TestIntegerTypesExpr.py
basic_type.cpp
char.cpp
double.cpp
float.cpp
int.cpp
long.cpp
long_long.cpp
short.cpp
unsigned_char.cpp
unsigned_int.cpp
unsigned_long.cpp
unsigned_long_long.cpp
unsigned_short.cpp