[cfe-users] need help with clang

Pi Pony via cfe-users cfe-users at lists.llvm.org
Tue Sep 7 04:20:19 PDT 2021


Hello to all,

WARNING: IF YOU ARE PROFESSIONAL PROGRAMMER PLEASE DONT READ THIS IT MAY
BURN YOUR EYES

i tried to compile a code that isn't compatible with clang, I want to know
how to make it work and if not how to add a feature so that it will work?

It's so I can learn to use LLVM and Clang better and contribute to the
community, please pass the knowledge further.

for ( struct { int i; char* ptr; } loopy = { 0, "LLVM" };

      loopy.i < 10 && * loopy.ptr != 0;

      ++ loopy.i, ++ loopy.ptr )

    { ... }



Greets
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20210907/5f1d05ce/attachment.html>


More information about the cfe-users mailing list