It would be nice if there was away to say that IWYU generated C comments
instead of C++ comments (so /* */ instead of //)
This is useful if a project consists of C source that needs to adhere to the
linux coding style.
So instead of:
#include <stdio.h> // for printf
I would like to be able to generate:
#include <stdio.h> /* for printf */
Original issue reported on code.google.com by fransmeu...@gmail.com on 9 Feb 2014 at 12:17
Original issue reported on code.google.com by
fransmeu...@gmail.com
on 9 Feb 2014 at 12:17