Szelethus created this revision.
Szelethus added reviewers: tstellar, NoQ, vsavchenko, dcoughlin, RedDocMD, 
xazax.hun, baloghadamsoftware, martong, balazske, steakhal, dkrupp, gamesh411, 
ASDenysPetrov.
Szelethus added a project: clang.
Herald added subscribers: manas, donat.nagy, mikhail.ramalho, a.sidorin, 
rnkovacs, szepet, whisperity.
Szelethus requested review of this revision.
Herald added a subscriber: cfe-commits.

Scrolled through the log, and whatever felt like a good patch to highlight from 
a user's standpoint got into the notes!

  git log llvmorg-13-init..llvmorg-13.0.0-rc1 --oneline -- 
clang/lib/StaticAnalyzer/ clang/include/clang/StaticAnalyzer/ 
clang/lib/Analysis/ clang/include/clang/Analysis/

If you think I forgot to add anybody, or have neglected to add an important 
patch, let me know!


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108912

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -292,7 +292,28 @@
 Static Analyzer
 ---------------
 
-- ...
+- Add a new analyzer output type, ``sarif-html``, that outputs both HTML and
+  Sarif files.
+
+.. 90377308de6c [analyzer] Support allocClassWithName in OSObjectCStyleCast 
checker
+
+- Add support for ``allocClassWithName`` in OSObjectCStyleCast checker.
+
+.. 21daada95079 [analyzer] Fix static_cast on pointer-to-member handling
+.. 170c67d5b8cc [analyzer] Use the MacroExpansionContext for macro expansions 
in plists
+.. 02b51e5316cd [analyzer][solver] Redesign constraint ranges data structure
+.. 3085bda2b348 [analyzer][solver] Fix infeasible constraints (PR49642)
+.. 015c39882ebc [Analyzer] Infer 0 value when the divisible is 0 (bug fix)
+.. 90377308de6c [analyzer] Support allocClassWithName in OSObjectCStyleCast 
checker
+.. df64f471d1e2 [analyzer] DynamicSize: Store the dynamic size
+.. e273918038a7 [analyzer] Track leaking object through stores
+.. 61ae2db2d7a9 [analyzer] Adjust the reported variable name in retain count 
checker
+.. 50f17e9d3139 [analyzer] RetainCountChecker: Disable reference counting for 
OSMetaClass.
+
+- Various fixes and improvements, including modeling of casts, constraint
+  solving, explaining bug-causing variable values, macro expansion notes,
+  modeling the size of dynamic objects abd the modeling and reporting of
+  Objective C/C++ retain count related bugs.
 
 .. _release-notes-ubsan:
 


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -292,7 +292,28 @@
 Static Analyzer
 ---------------
 
-- ...
+- Add a new analyzer output type, ``sarif-html``, that outputs both HTML and
+  Sarif files.
+
+.. 90377308de6c [analyzer] Support allocClassWithName in OSObjectCStyleCast checker
+
+- Add support for ``allocClassWithName`` in OSObjectCStyleCast checker.
+
+.. 21daada95079 [analyzer] Fix static_cast on pointer-to-member handling
+.. 170c67d5b8cc [analyzer] Use the MacroExpansionContext for macro expansions in plists
+.. 02b51e5316cd [analyzer][solver] Redesign constraint ranges data structure
+.. 3085bda2b348 [analyzer][solver] Fix infeasible constraints (PR49642)
+.. 015c39882ebc [Analyzer] Infer 0 value when the divisible is 0 (bug fix)
+.. 90377308de6c [analyzer] Support allocClassWithName in OSObjectCStyleCast checker
+.. df64f471d1e2 [analyzer] DynamicSize: Store the dynamic size
+.. e273918038a7 [analyzer] Track leaking object through stores
+.. 61ae2db2d7a9 [analyzer] Adjust the reported variable name in retain count checker
+.. 50f17e9d3139 [analyzer] RetainCountChecker: Disable reference counting for OSMetaClass.
+
+- Various fixes and improvements, including modeling of casts, constraint
+  solving, explaining bug-causing variable values, macro expansion notes,
+  modeling the size of dynamic objects abd the modeling and reporting of
+  Objective C/C++ retain count related bugs.
 
 .. _release-notes-ubsan:
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to