style: normalize filename in SortedIncludes.fix()
authorGeorg Kotheimer <georg.kotheimer@mailbox.tu-dresden.de>
Thu, 31 May 2018 09:24:18 +0000 (11:24 +0200)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 1 Oct 2019 22:38:11 +0000 (22:38 +0000)
commit7e1b5bd3bc21a324694e9a892ee6d5219ee7505f
tree26e8ddfa04393d996e069230892efd6ff06d1285
parent6c9f86e7e3dc1983e556d4f0db135118a91afa34
style: normalize filename in SortedIncludes.fix()

The filename affects the sorting result. Therefore check(),
which normalizes the filename, detects an invalid sorting
of includes, but fix() fails to fix the corresponding includes.

Change-Id: I7d5a941c9ebea853004922d19e3b84f8ded2afa6
Signed-off-by: Georg Kotheimer <georg.kotheimer@mailbox.tu-dresden.de>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/10742
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
util/style/verifiers.py