-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3404/
-----------------------------------------------------------

Review request for Default.


Repository: gem5


Description
-------

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 <[email protected]>


Diffs
-----

  util/style/verifiers.py PRE-CREATION 

Diff: http://reviews.gem5.org/r/3404/diff/


Testing
-------


Thanks,

Andreas Sandberg

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to