History log of /external/lldb/test/lang/c/enum_types/main.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d8d97f556ab58fae76d5c677d43a2d621bf039be 06-Mar-2013 Greg Clayton <gclayton@apple.com> Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly.

Also added C++11 enum test cases to cover enums as int8_t, int16_t int32_t, int64_t, uint8_t, uint16_t, uint32_t, and uint64_t both for DWARF and dSYM cases. The DWARF being emitted by clang is missing the enum integer type, but the code is now ready to accept and deal with the integral type if it is supplied.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176548 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/enum_types/main.c
c93a8bb8fcbcccd4066fcfe02f026f7c8927ddce 25-Jun-2011 Johnny Chen <johnny.chen@apple.com> Move enum_types to now reside under lang/c.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133880 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/c/enum_types/main.c