[all-commits] [llvm/llvm-project] d488ad: [analyzer][docs] Update the release notes for llvm...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Thu Dec 28 06:49:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d488adb7c2928551d801efd8d4c1bcb2f07e2651
https://github.com/llvm/llvm-project/commit/d488adb7c2928551d801efd8d4c1bcb2f07e2651
Author: Balazs Benics <benicsbalazs at gmail.com>
Date: 2023-12-28 (Thu, 28 Dec 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/docs/analyzer/checkers.rst
Log Message:
-----------
[analyzer][docs] Update the release notes for llvm-18 (#76446)
This PR prepares the release notes of the Clang Static Analyzer for the
llvm-18 release branch, due in about a week.
See the regular [release schedule](https://llvm.org/docs/HowToReleaseLLVM.html#annual-release-schedule).
This patch was written after examining the relevant Static Analyzer
commits since the last release.
Have a look at the commits, and provide feedback if I missed anything
interesting.
Note that the release notes is not meant to be an exhaustive list of the
changes, but rather a curated list of the relevant changes that might
interest our stakeholders, such as tool vendors based on top of CSA or
users with custom checkers.
See the relevant commits by using this command:
```
git log --oneline llvmorg-18-init..llvm/main clang/{lib/StaticAnalyzer,include/clang/StaticAnalyzer} | grep -v NFC | grep -v -i revert
```
More information about the All-commits
mailing list