[clang] [clang-tools-extra] [clang][clang-tidy] Fixes false positive with a non-const method on a pointer (PR #188844)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 27 01:36:30 PDT 2026
vbvictor wrote:
> Since Clang code was changed, should its Release Notes be updated too?
IIRC we don't place release notes in clang because the only consumer of ExprAnalyzer is clang-tidy for now.
So I think we should write release notes only for clang-tidy
https://github.com/llvm/llvm-project/pull/188844
More information about the cfe-commits
mailing list