[all-commits] [llvm/llvm-project] c38ae7: [libc++] Stop checking for trailing whitespace in ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Nov 20 08:23:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c38ae74b48c1cb8aedf384686eaa05815d366609
https://github.com/llvm/llvm-project/commit/c38ae74b48c1cb8aedf384686eaa05815d366609
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++] Stop checking for trailing whitespace in check-generated-output (#72711)
Trailing whitespace is removed by clang-format, so if someone tries to
check-in new code with trailing whitespaces, it'll be caught by the
clang-format job. Removing this duplication helps reduce the confusion
around our numerous ways of enforcing formatting rules.
More information about the All-commits
mailing list