Go to file
Douglas Gregor 21673c4e7e Scoped enumerations should not be treated as integer types (in the C
sense). Fixes <rdar://problem/9366066> by eliminating an inconsistency
between C++ overloading (which handled scoped enumerations correctly)
and C binary operator type-checking (which didn't).

llvm-svn: 130924
2011-05-05 16:13:52 +00:00
clang Scoped enumerations should not be treated as integer types (in the C 2011-05-05 16:13:52 +00:00
compiler-rt clang/Darwin: Update ios static lib to build for all archs, in case the 2011-04-30 01:20:56 +00:00
debuginfo-tests Test case for r130373. 2011-04-28 02:23:17 +00:00
libcxx <rdar://problem/9014045> more support for Apple internal build environments 2011-05-04 21:50:46 +00:00
libcxxabi initial import 2011-05-05 15:27:28 +00:00
lldb Always try and lookup the address in a register if it is encoded as an 2011-05-05 02:16:20 +00:00
llvm Minor change: Fix the typo in RegionPass.h and RegionPass.cpp. 2011-05-05 13:59:38 +00:00
polly Refactor: Move 'isParallelFor' from codegen backend to Dependences analysis, so other passes can also use it. 2011-05-03 13:46:58 +00:00