[cfe-commits] r95335 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ include/clang/Parse/ lib/AST/ lib/Basic/ lib/Frontend/ lib/Parse/ lib/Sema/ test/Parser/
John McCall
rjmccall at apple.com
Thu Feb 4 18:50:54 PST 2010
On Feb 4, 2010, at 4:12 PM, John Thompson wrote:
> Author: jtsoftware
> Date: Thu Feb 4 18:12:22 2010
> New Revision: 95335
>
> URL: http://llvm.org/viewvc/llvm-project?rev=95335&view=rev
> Log:
> First stage of adding AltiVec support
Hi, John. It looks like TST_pixel is both (1) not parsed by the parser and (2) not handled by Sema in any way, which is causing warnings. Please either support this or remove it.
John.
More information about the cfe-commits
mailing list