aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorBalazs Benics <benicsbalazs@gmail.com>2024-03-22 12:04:44 +0100
committerGitHub <noreply@github.com>2024-03-22 12:04:44 +0100
commite925968e7815ac3810fdb54bb884b8a8bed02eb5 (patch)
tree7ad7a9733f5e991403489bbb3b4a3493f75345eb /clang/docs
parentdb33444ffa7e210e7040d8def958a14171f52eef (diff)
downloadllvm-e925968e7815ac3810fdb54bb884b8a8bed02eb5.zip
llvm-e925968e7815ac3810fdb54bb884b8a8bed02eb5.tar.gz
llvm-e925968e7815ac3810fdb54bb884b8a8bed02eb5.tar.bz2
[analyzer] Support C++23 static operator calls (#84972)
Made by following: https://github.com/llvm/llvm-project/pull/83585#issuecomment-1980340866 Thanks for the details Tomek! CPP-5080
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index fd12bb4..45b2e01 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -576,6 +576,7 @@ Static Analyzer
- Fixed crashing on loops if the loop variable was declared in switch blocks
but not under any case blocks if ``unroll-loops=true`` analyzer config is
set. (#GH68819)
+- Support C++23 static operator calls. (#GH84972)
New features
^^^^^^^^^^^^