Searched hist:11319 (Results 1 - 1 of 1) sorted by relevance

/gem5/util/
H A Dstyle.pydiff 11319:7ca84595249c Sat Feb 06 20:21:00 EST 2016 Steve Reinhardt <steve.reinhardt@amd.com> util: clean up and extend style checker

Added a new Verifier object to check for and fix spacing
between if/while/for and following paren.

Restructured Verifier class to make it easier to add
new subclasses, particularly by using a global list of
verifiers to auto-generate command line options and
simplify the invocation loop.

Completed in 14 milliseconds