OSDN Git Service

Add option to dump HTML warnings per project.
authorChih-Hung Hsieh <chh@google.com>
Fri, 22 Jul 2016 21:09:31 +0000 (14:09 -0700)
committerChih-Hung Hsieh <chh@google.com>
Tue, 26 Jul 2016 21:53:28 +0000 (14:53 -0700)
commit4354a33874648a3524534e4d1e0093f37ded8bf7
treef2d02147ffd8fbc2590e6e71b662a8a066ef716d
parent900e9e6392f407b181051e2d2137c6cd1896b71a
Add option to dump HTML warnings per project.

* Use --byproject flag to dump warnings in HTML file by projects.
* Add external/google and vendor/google projects, vs other
  external/non-google and vendor/non-google projects.
* Refactor code in dumpcategory to dump warnings by projects
  when --byproject is specified.
* Recognize new compiler -Wvarargs warning pattern.
* No change to default HTML output format.

Change-Id: I2406ad392ab18683357ff0ee0cf6c41f87cf399c
Test: run through current build.log files.
tools/warn.py