Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unit tests: pass. 61127 tests passed, 0 failed and 728 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Comment Actions
Ah, thanks for that - seems I wrote this as I had /wanted/ ArrayRef to be implemented, rather than how it ended up being implemented. (when MutableArrayRef was proposed, I had proposed changing ArrayRef to be mutable and introducing ConstArrayRef but folks didn't want the churn - guess that stuck in my head a bit).