Closed GoogleCodeExporter closed 9 years ago
I'd grep for ".h" in the source code. It looks like GetCanonicalName() (in
iwyu_path_util.h) is one place that needs to be adjusted. There may be others,
or that may be it.
Original comment by csilv...@gmail.com
on 23 Jun 2011 at 5:20
This patch should resolve this issue. As we're matching .cc and .cxx we might
as well look for .hh and .hxx too (both of which I've come across in the wild).
Is it ok to apply?
Original comment by paul.hol...@gmail.com
on 16 Jul 2011 at 9:20
Attachments:
Nice, thanks! Look good to apply to me.
Original comment by csilv...@gmail.com
on 18 Jul 2011 at 11:32
Great! Applied in r270.
Original comment by paul.hol...@gmail.com
on 19 Jul 2011 at 8:16
Original issue reported on code.google.com by
wing1127aishi@gmail.com
on 23 Jun 2011 at 3:57