Review Board 2.0.15


style: Add a control character checker

Review Request #3404 - Created March 29, 2016 and submitted

Information
Andreas Sandberg
gem5
default
Reviewers
Default
Changeset 11375:630417cc8add
---------------------------
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>

   
Review request changed
Updated (March 30, 2016, 7:31 a.m.)

Status: Closed (submitted)