From 5bab9097ce5b093289e8d40809d02f002febe910 Mon Sep 17 00:00:00 2001 From: Zequan Wu Date: Wed, 5 Apr 2023 14:43:52 -0400 Subject: [PATCH] Add release note for D147569. --- clang/docs/ReleaseNotes.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index bbfef9f..03d14fc 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -276,7 +276,9 @@ Bug Fixes in This Version - Fix crash when handling nested immediate invocations in initializers of global variables. (`#58207 `_) - +- Fix crash when generating code coverage information for `PseudoObjectExpr` in + Clang AST. + (`#45481 `_) Bug Fixes to Compiler Builtins ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.7.4