Go to file
Nick Lewycky 39b12c059d Add a constant folding of casts from zero to zero. Fixes PR9011!
While here, I'd like to complain about how vector is not an aggregate type
according to llvm::Type::isAggregateType(), but they're listed under aggregate
types in the LangRef and zero vectors are stored as ConstantAggregateZero.

llvm-svn: 123956
2011-01-21 01:12:09 +00:00
clang Add more reference-binding examples from the C++0x working paper, all of which seem to be working fine 2011-01-21 01:11:43 +00:00
compiler-rt Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson 2011-01-07 19:09:06 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Add attribute to inlined member. 2011-01-13 20:05:05 +00:00
lldb Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoid 2011-01-20 19:27:18 +00:00
llvm Add a constant folding of casts from zero to zero. Fixes PR9011! 2011-01-21 01:12:09 +00:00