Closed GoogleCodeExporter closed 9 years ago
My guess is that this is a typedef issue. iwyu puts pretty strong requirements
about what you need to #include when you create a typedef (since you're
basically saying you're "re-exporting" the typedef).
If you wanted to confirm this, you could try running with --verbose=6 to see
what it has to say about why it wants the complete type here.
I plan on revisiting my handling of typedefs shortly. I'm hoping that will
address this problem.
Original comment by csilv...@gmail.com
on 29 Mar 2011 at 12:24
Interesting. I'm running the include-what-you-use binary directly on
animation_container.cc; when I pass in --verbose=6, I get the following error:
error: unsupported option '--verbose=6'
Original comment by jhawk...@chromium.org
on 29 Mar 2011 at 12:27
Sorry, I don't think commandlineflags are well documented yet. The flags are
-Xiwyu --verbose=6
Original comment by csilv...@gmail.com
on 29 Mar 2011 at 12:34
I'm not 100% positive, but am 98% positive this is the same as issue 27.
Original comment by csilv...@gmail.com
on 31 Mar 2011 at 5:55
Original issue reported on code.google.com by
jhawk...@chromium.org
on 29 Mar 2011 at 12:13Attachments: