[all-commits] [llvm/llvm-project] 5f51fb: [libc++] Minor cleanups in <iterator>. NFCI.
Quuxplusone via All-commits
all-commits at lists.llvm.org
Fri Apr 30 05:58:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f51fb3421e0254f6d88673b61053bd485c13a41
https://github.com/llvm/llvm-project/commit/5f51fb3421e0254f6d88673b61053bd485c13a41
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M libcxx/include/iterator
Log Message:
-----------
[libc++] Minor cleanups in <iterator>. NFCI.
Commit: 6712534ebc6f84f0b178a19bf17b7b2bd852f6eb
https://github.com/llvm/llvm-project/commit/6712534ebc6f84f0b178a19bf17b7b2bd852f6eb
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++] [test] Run the clang-format and generated-output checks on the "service" queue
As these jobs only run in a couple seconds, and block starting of
other jobs, they can run on the "service" queue which doesn't get
blocked by other long-running jobs.
Differential Revision: https://reviews.llvm.org/D101437
Compare: https://github.com/llvm/llvm-project/compare/b14a6f06cc87...6712534ebc6f
More information about the All-commits
mailing list