Base type of attribute((mode)) can actually be a vector type.
The patch is to distinguish between base type and base element type.
This fixes http://llvm.org/PR17453.
Differential D10058
Support base vector types of __attribute__((mode)) alexfrol on May 27 2015, 5:03 AM. Authored by
Details
Base type of attribute((mode)) can actually be a vector type. This fixes http://llvm.org/PR17453.
Diff Detail
Event TimelineComment Actions
attribute((mode)) is a GCC extension. It is already supported in Clang, but only partially as the current implementation does not cover cases with base vector types.
I removed arguments for the two mentioned diagnostics and updated the patch. Comment Actions Given the fact that WWDC is happening, I suspect Chris is a bit busy ~Aaron Comment Actions Aaron said LGTM, thus I accept the revision. 18.06.2015, 19:26, "Aaron Ballman" <aaron.ballman@gmail.com>:
|