Go to file
John McCall 33ddac05bb Change the canonical representation of array types to store qualifiers on the
outermost array types and not on the element type.  Move the CanonicalType
member from Type to ExtQualsTypeCommonBase;  the canonical type on an ExtQuals
node includes the qualifiers on the ExtQuals.  Assorted optimizations enabled
by this change.

getQualifiers(), hasQualifiers(), etc. should all now implicitly look through
array types.

llvm-svn: 123817
2011-01-19 10:06:00 +00:00
clang Change the canonical representation of array types to store qualifiers on the 2011-01-19 10:06:00 +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 ThreadPlanCallUserExpression's WillPop needs to call it's parent's WillPop. 2011-01-19 09:45:44 +00:00
llvm For ARM subtargets with useNEONForSinglePrecisionFP, double count uses 2011-01-19 02:35:27 +00:00