Files
gem5/util
Andreas Sandberg a05efc77be style: Add a control character checker
Add a style checker that verifies that source code doesn't contain
non-printable (control) characters. The only allowed control
characters are:

  * 0x0a / \n: New line
  * 0x09 / \t: Tab (the whitespace checker enforces no-tabs for C/C++ files)

Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Brandon Potter <brandon.potter@amd.com>

--HG--
extra : rebase_source : 9ba3e2971774a7b3d73cda34bbee1f19c4add746
2016-03-30 15:31:23 +01:00
..
2011-04-15 10:44:06 -07:00
2014-07-23 16:09:04 -05:00
2009-07-02 16:48:21 -07:00
2011-04-15 10:44:06 -07:00
2015-12-04 17:25:45 -06:00
2016-02-06 17:21:18 -08:00
2006-11-29 13:17:41 -08:00
2014-07-23 16:09:04 -05:00
2016-02-06 17:21:18 -08:00
2016-01-19 14:28:22 -05:00