Thanks,
- Kim
I'm not sure I understand it (I don't program windows), but this
sounds like it could be very useful! If you can write it up in more
detail, I'll be glad to add it to the project-page wiki.
craig
Thanks! I updated the wiki.
craig
For 5), I took a slightly different approach and used MinGW headers in
place of Cygwin. I developed a set of headers (also attached) to
provide compatibility between mingw (latest version from
http://sourceforge.net/projects/mingw/files/) with libc++ (svn HEAD
from http://llvm.org/svn/llvm-project/libcxx/trunk). I compile by
using the options in opts.rsp which you can pass to Clang/IWYU with
"@opts.rsp".
Paul
Thanks for your detailed descriptions!
I've had a busy week, so I haven't had time to try this, but I will
make another attempt at setting this up when there's time...
Cheers,
- Kim