Does the Eclipse CDT C++ editor have a means of supporting the Altivec C++ language extensions, as implemented for example in the GNU g++ compilers when compiling with -maltivec?
Specifically, can it be made to stop reporting the vector data types as syntax errors? e.g.
vector unsigned char foo;
declares a 128-bit vector variable named "foo" containing sixteen 8-bit unsigned chars.