[cfe-commits] r116439 - /cfe/trunk/tools/libclang/CIndex.cpp
John McCall
rjmccall at apple.com
Thu Oct 14 10:08:35 PDT 2010
On Oct 14, 2010, at 9:34 AM, jahanian wrote:
> Please provide a test case. I use the simple 'unsigned end;' declaration and it works fine.
>
> % cat t.m
> unsigned end;
> % clang -c t.m
> %
>From his commit, I gather that it was just a CIndex thing, not a general compiler problem.
That said, a test case would still be in order.
John.
More information about the cfe-commits
mailing list