----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3404/#review8128 -----------------------------------------------------------
Ship it! Ship It! - Brandon Potter On March 29, 2016, 9:28 a.m., Andreas Sandberg wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3404/ > ----------------------------------------------------------- > > (Updated March 29, 2016, 9:28 a.m.) > > > 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
