Nightly build 2024.11.18
Pre-release
Pre-release
github-actions
released this
18 Nov 02:34
·
15 commits
to trunk
since this release
What's Changed
Toolchain and implementation changes 🛠️
- Update LLVM by @josh11b in #4530
- Add support for scoped timings. by @jonmeow in #4533
- Use std::ranges::any_of instead of std::any_of by @danakj in #4539
- Reduce the size of formatted SemIR. by @zygoloid in #4534
- Add prelude support for implicit conversion between integer literals and sized integer types. by @zygoloid in #4525
- Convert array bounds to
IntLiteral
. by @zygoloid in #4526 - Use llvm::any_of instead of std::ranges::any_of by @danakj in #4542
- Add blank lines betweeen EntityWithParamsBase members. by @jonmeow in #4536
- Represent integer literals as
IntLiteral
not asi32
. by @zygoloid in #4532
Infrastructure changes 🏗️
- Try running 'bazel cquery //...' before target-determinator by @jonmeow in #4531
- Suppress readability-enum-initial-value in clang-tidy by @danakj in #4540
- Reconstruct rational for disabled clang-tidy checks. by @jonmeow in #4541
Full Changelog: v0.0.0-0.nightly.2024.11.15...v0.0.0-0.nightly.2024.11.18