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
..
2008-06-14 20:19:49 -07:00
2011-04-15 10:44:06 -07:00
2015-09-30 11:14:19 -05:00
2015-09-30 15:21:55 -05:00
2016-01-07 16:33:47 -06:00
2006-01-30 14:32:00 -05:00
2016-03-16 16:23:42 +00:00
2014-07-23 16:09:04 -05:00
2008-06-14 20:19:49 -07:00
2016-02-06 17:21:20 -08:00
2009-07-02 16:48:21 -07:00
2014-09-03 07:43:02 -04:00
2016-03-30 15:31:23 +01:00
2015-12-04 17:20:07 -06:00
2011-04-15 10:44:06 -07:00
2015-12-04 17:25:45 -06:00
2016-02-06 17:21:19 -08:00
2015-07-31 22:53:17 -04:00
2013-12-03 10:36:03 -06:00
2016-02-06 17:21:18 -08:00
2005-11-11 18:43:09 -05:00
2016-02-06 17:21:18 -08:00
2015-09-02 15:23:30 -05:00
2006-11-29 13:17:41 -08:00
2015-12-07 16:42:16 -06:00
2015-02-16 03:32:38 -05:00
2014-08-10 05:39:20 -04:00
2012-09-25 11:49:40 -05:00
2016-03-08 17:51:02 -05:00
2015-11-22 05:10:17 -05:00
2015-12-07 16:42:16 -06:00
2016-02-24 04:16:55 -05:00
2016-03-30 15:30:32 +01:00
2011-06-02 17:36:07 -07:00
2011-04-29 04:46:19 -04:00
2012-01-10 22:50:54 -08:00
2016-03-30 15:30:32 +01:00
2015-03-19 04:06:18 -04:00
2014-07-23 16:09:04 -05:00
2013-02-15 17:40:09 -05:00
2014-10-11 16:16:00 -05:00
2006-05-31 19:26:56 -04:00
2014-08-10 05:39:20 -04:00
2016-02-06 17:21:18 -08:00
2016-01-19 14:28:22 -05:00
2009-09-26 10:50:50 -07:00
2007-07-23 21:51:38 -07:00
2009-09-22 18:12:39 -07:00
2011-07-02 22:52:26 -07:00
2014-04-23 05:18:29 -04:00