Commit
08762e3c
authored
by
Committed by
swiftshader-scoped@luci-project-accounts.iam.gserviceaccount.com
Make clang-format-all.sh git aware
clang-format-all.sh will modify every file in the repository that
isn't properly formatted. However, if you only care about the
formatting of the files touched in a CL, this is over-zealous. So
the default behavior is to only modify a file list derived from git's
current set of files.
You can still use the script to format the entire repo with -a or --all.
clang-format has been run on all files in the repository to bring them
up-to-date with the latest format.
Bug: b/187094215
Change-Id: I2753c83e00d36817eddb0d8e641100240a2e8e23
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/54048Reviewed-by:
Nicolas Capens <nicolascapens@google.com>
Reviewed-by:
Alexis Hétu <sugoi@google.com>
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Commit-Queue: Sean Risser <srisser@google.com>
Tested-by:
Sean Risser <srisser@google.com>
Showing
Please
register
or
sign in
to comment