1. 98b285d Fix/suppress most pylint and gpylint warnings by Chih-Hung Hsieh · 3 years, 8 months ago
  2. 7cc0e15 Use python3 by Chih-Hung Hsieh · 3 years, 8 months ago
  3. 888d143 Split warn.py into multiple files by Chih-Hung Hsieh · 5 years ago
  4. aa94811 Merge "Guess source tree root from common file prefix." by Stephen Hines · 5 years ago
  5. 8398050 Fix severity of analyzer warnings; add new warnings. by Chih-Hung Hsieh · 5 years ago
  6. 7900204 Factor out common code in Java warn patterns. by Chih-Hung Hsieh · 5 years ago
  7. d591a5e Add new compiler warning patterns by Chih-Hung Hsieh · 5 years ago
  8. f5db898 Guess source tree root from common file prefix. by Chih-Hung Hsieh · 5 years ago
  9. a118707 Handle rustc warning messages. by Chih-Hung Hsieh · 5 years ago
  10. 36d86c1 Remove perfprofd reference. by Elliott Hughes · 5 years ago
  11. 9018ea4 Fix pylint warnings and now prefer python3 by Chih-Hung Hsieh · 6 years ago
  12. 161ec1e Build: update warn.py for Errorprone 2.3.2 by Andreas Gampe · 6 years ago
  13. e167286 Recognize -Wimplicit-fallthrough. by Chih-Hung Hsieh · 6 years ago
  14. e027dd4 Remove micro_bench. by Christopher Ferris · 6 years ago
  15. b2afb63 Escape special HTML characters in warning messages. by Chih-Hung Hsieh · 6 years ago
  16. b9dc23a Tools: Update warn.py for Errorprone 2.3.1 by Andreas Gampe · 7 years ago
  17. 2e987af Tools: Sort Errorprone warn.py entries by name by Andreas Gampe · 7 years ago
  18. 9be2776 Fix gpylint warnings. by Chih-Hung Hsieh · 7 years ago
  19. 991bbcc Merge "Remove references to common_time" by Treehugger Robot · 7 years ago
  20. 9e9355d Recognize more clang-tidy compiler warnings. by Chih-Hung Hsieh · 7 years ago
  21. ce48322 Remove references to common_time by Neil Fuller · 7 years ago
  22. cf528ca Warn.py: Update errorprone categories by Andreas Gampe · 7 years ago
  23. 7f494c1 Warn: Change GuardedBy regular expressions by Andreas Gampe · 7 years ago
  24. fdea893 Replace build/tools with build/make/tools by Colin Cross · 7 years ago
  25. 2cd467b Recognize new clang-tidy android-* warnings. by Chih-Hung Hsieh · 7 years ago
  26. 655c542 Find target keywords in the first 100 lines. by Chih-Hung Hsieh · 8 years ago
  27. 8ef1aae Recognize new clang and make warnings. by Chih-Hung Hsieh · 8 years ago
  28. ef21d14 Get Android TOP from build.log file. by Chih-Hung Hsieh · 8 years ago
  29. 169f5f1 warn.py: have URLs open in new tabs by George Burgess IV · 8 years ago
  30. 03aaa7e Add the ability to save off the CSV to a file. by Sam Saccone · 8 years ago
  31. 8a7b25c Update warn.py for new Error Prone diagnostics by Nick Glorioso · 8 years ago
  32. 76d0065 Separate parallel_classify_warnings out of parse_input_file. by Chih-Hung Hsieh · 8 years ago
  33. 63de300 Do not use multiprocessing.Pool when --processes=1. by Chih-Hung Hsieh · 8 years ago
  34. 92396e1 Merge "Use parallel subprocesses to classify warnings." by Treehugger Robot · 8 years ago
  35. a6bd044 Use parallel subprocesses to classify warnings. by Chih-Hung Hsieh · 8 years ago
  36. d0aec89 Split apart frameworks/compile into sub-projects. by Stephen Hines · 8 years ago
  37. 144864e Add more patterns for a finer project warning list. by Chih-Hung Hsieh · 8 years ago
  38. 6949e7e Merge "Better pattern matching and dump of warning messages." by Treehugger Robot · 8 years ago
  39. 5722f92 Better pattern matching and dump of warning messages. by Chih-Hung Hsieh · 8 years ago
  40. a45c5c1 Normalize warning source file path to relative path. by Chih-Hung Hsieh · 8 years ago
  41. 1eabb0e Add a new ANALYZER severity group. by Chih-Hung Hsieh · 8 years ago
  42. 312c310 Merge "Only run warn.py's main function if it is the main program." by Treehugger Robot · 8 years ago
  43. ac9d5df Only run warn.py's main function if it is the main program. by Meike Baumgärtner · 8 years ago
  44. 9f76623 Fix pylint warning and refactor project_list. by Chih-Hung Hsieh · 8 years ago
  45. b426c54 Fix Google pylint warnings. by Chih-Hung Hsieh · 8 years ago
  46. 2a38c37 Add buttons to group warning by project or severity. by Chih-Hung Hsieh · 8 years ago
  47. bcd2292 Merge "Fix Google pylint warnings." by Treehugger Robot · 8 years ago
  48. 6c0fdbb Fix Google pylint warnings. by Chih-Hung Hsieh · 8 years ago
  49. 0a19207 Recognize new warning messages. by Chih-Hung Hsieh · 8 years ago
  50. 99459fc Simplify warn.py and output of warning count table and tablerow. by Chih-Hung Hsieh · 8 years ago
  51. 121e284 Fix link_type checking by Dan Willemsen · 8 years ago
  52. e41c99b Emit a table of warnings by project and severity. by Chih-Hung Hsieh · 8 years ago
  53. 0862c48 Recognize new clang-tidy and Java warnings. by Chih-Hung Hsieh · 8 years ago
  54. 01530a6 Recognize new warning messages. by Chih-Hung Hsieh · 8 years ago
  55. d9cd1fa Issue warning on projects with LOCAL_CLANG set to false. by Chih-Hung Hsieh · 8 years ago
  56. 620ce44 Merge "Add option to dump HTML warnings per project." by Treehugger Robot · 8 years ago
  57. 4354a33 Add option to dump HTML warnings per project. by Chih-Hung Hsieh · 8 years ago
  58. c868293 Add performance* to default global tidy checks. by Chih-Hung Hsieh · 8 years ago
  59. 48a16ba Count warnings per project and dump out CSV format. by Chih-Hung Hsieh · 8 years ago
  60. c21ddbd Recognize new clang and clang-tidy warnings. by Chih-Hung Hsieh · 8 years ago
  61. 5ecafd1 Avoid matching the same warning line twice. by Chih-Hung Hsieh · 8 years ago
  62. 8d14543 Recognize new C/C++ compiler and static analyzer warnings. by Chih-Hung Hsieh · 8 years ago
  63. 465b610 Add +/- buttons to expand/collapse warning categories. by Chih-Hung Hsieh · 9 years ago
  64. 6e52003 Make Error Prone warnings in sync with Error Prone documenation. by Ian Rogers · 9 years ago
  65. f382973 Add code search links to warnings. by Ian Rogers · 9 years ago
  66. 32bb9bd Add error prone patterns to warn.py by Ian Rogers · 9 years ago
  67. 2f4ce82 Sort warnings with most frequent first. by Ian Rogers · 9 years ago
  68. d742e90 Recognize more Clang-Tidy google warning patterns. by Chih-Hung Hsieh · 9 years ago
  69. 90d4619 Recognize Clang-Tidy warning messages. by Chih-Hung Hsieh · 9 years ago
  70. a9be47e Dump table of warning counts before all warnings. by Chih-Hung Hsieh · 9 years ago
  71. ba0ddcd Add more patterns, dump sorted unique warnings. by Chih-Hung Hsieh · 9 years ago
  72. f8aaf60 Classify more warning patterns. by Chih-Hung Hsieh · 9 years ago
  73. 8e20196 Update warn.py with more warnings by Marco Nelissen · 15 years ago
  74. 2bdc7ec Speed up warn.py about 30x by precompiling all the regular expressions. by Marco Nelissen · 15 years ago
  75. 5236fbd Update warn.py with the latest warnings that popped up in the build. by Marco Nelissen · 15 years ago
  76. 594375d Python script to parse a build log and present the warnings in html by Marco Nelissen · 15 years ago