Go to file
Greg Clayton 5d14fc061f 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.

llvm-svn: 176548
2013-03-06 06:23:54 +00:00
clang revert r176531 due to clan-native-arm fails 2013-03-06 02:08:54 +00:00
clang-tools-extra Added summary option to cpp11-migrate tool 2013-03-05 00:12:33 +00:00
compiler-rt [Sanitizer] fix signed-unsigned mismatch in test and use correct order of EXPECT_EQ() args 2013-03-05 12:23:07 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux. 2013-02-26 16:27:55 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF][Hexagon] fixing dynlib test 2013-03-05 19:00:21 +00:00
lldb Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. 2013-03-06 06:23:54 +00:00
llvm InstCombine: Don't shrink allocas when combining with a bitcast. 2013-03-06 05:44:53 +00:00
polly Print function names under --polly-report 2013-03-04 19:49:51 +00:00