[clang] 5bab909 - Add release note for D147569.

Zequan Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 5 11:44:05 PDT 2023


Author: Zequan Wu
Date: 2023-04-05T14:43:52-04:00
New Revision: 5bab9097ce5b093289e8d40809d02f002febe910

URL: https://github.com/llvm/llvm-project/commit/5bab9097ce5b093289e8d40809d02f002febe910
DIFF: https://github.com/llvm/llvm-project/commit/5bab9097ce5b093289e8d40809d02f002febe910.diff

LOG: Add release note for D147569.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index bbfef9ff3cf7..03d14fc89be4 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 <https://github.com/llvm/llvm-project/issues/58207>`_)
-
+- Fix crash when generating code coverage information for `PseudoObjectExpr` in 
+  Clang AST.
+  (`#45481 <https://github.com/llvm/llvm-project/issues/45481>`_)
 
 Bug Fixes to Compiler Builtins
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list