Abpostelnicu created this revision.
Abpostelnicu added a reviewer: hans.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Abpostelnicu edited the summary of this revision.
Abpostelnicu edited the summary of this revision.
Abpostelnicu added a subscriber: sylvestre.ledru.

Since D66404 <https://reviews.llvm.org/D66404>  adds some significant 
modifications to the `CFG` we should include it in the release notes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74031

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -183,7 +183,8 @@
 libclang
 --------
 
-- ...
+- Various changes to reduce discrepancies in destructor calls between the
+  generated ``CFG`` and the actual ``codegen``.
 
 Static Analyzer
 ---------------


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -183,7 +183,8 @@
 libclang
 --------
 
-- ...
+- Various changes to reduce discrepancies in destructor calls between the
+  generated ``CFG`` and the actual ``codegen``.
 
 Static Analyzer
 ---------------
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to