Commit Graph

5 Commits

Author SHA1 Message Date
Volodymyr Sapsai f8fd069e44 Fixed file heading comments not matching the filename (issue #83). Patch by Ryan Pavlik.
Also made the length of the first line to be 80 characters where possible.
2012-11-25 22:09:37 +00:00
csilvers+iwyu 8ad81c9a09 [all changes by paul holden]
Recognise .hpp,.hxx and .hh files when generation recommendations. Resolves http://code.google.com/p/include-what-you-use/issues/detail?id=46. Reviewed by csilvers.

Fix some asserts which can fire when running with verbose output at level 3 or greater. This resolved http://code.google.com/p/include-what-you-use/issues/detail?id=50. Reviewed by csilvers.

Add support for IWYU pragmas using C-style comments. Fixes part of http://code.google.com/p/include-what-you-use/issues/detail?id=36. Reviewed by csilvers.

Fix the line endings on files added in r272 (they were CR+LF, not LF - sorry!)

Revision created by MOE tool push_codebase.

R=dsturtevant
DELTA=72  (68 added, 0 deleted, 4 changed)


Revision created by MOE tool push_codebase.
MOE_MIGRATION=2652
2011-07-20 19:04:54 +00:00
csilvers+iwyu c9e330f23b Cleanup: add missing stddef.h (for offsetof).
Tested:
blaze test --crosstool_top=//third_party/crosstool:{v14,v15}-unstable \
devtools/maintenance/include_what_you_use/...

R=dsturtevant,csilvers
DELTA=1  (1 added, 0 deleted, 0 changed)


Revision created by MOE tool push_codebase.
MOE_MIGRATION=2636
2011-07-20 19:04:03 +00:00
paul.holden 2528b04bf8 Fix the line endings on files added in r272 (they were CR+LF, not LF - sorry!) 2011-07-19 11:32:25 +00:00
paul.holden 9921f5ae5d Add support for IWYU pragmas using C-style comments. Fixes part of http://code.google.com/p/include-what-you-use/issues/detail?id=36. Reviewed by csilvers. 2011-07-19 10:41:28 +00:00