[clang] 166f9be - Update old mailing list link in the nullability doc

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 05:24:15 PDT 2022


Author: Hans Wennborg
Date: 2022-06-03T14:23:41+02:00
New Revision: 166f9be330dd36e2ef27d4c0023b78b8257f0909

URL: https://github.com/llvm/llvm-project/commit/166f9be330dd36e2ef27d4c0023b78b8257f0909
DIFF: https://github.com/llvm/llvm-project/commit/166f9be330dd36e2ef27d4c0023b78b8257f0909.diff

LOG: Update old mailing list link in the nullability doc

Added: 
    

Modified: 
    clang/docs/analyzer/developer-docs/nullability.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/analyzer/developer-docs/nullability.rst b/clang/docs/analyzer/developer-docs/nullability.rst
index d54a2e9369c7a..f4be0b57719ee 100644
--- a/clang/docs/analyzer/developer-docs/nullability.rst
+++ b/clang/docs/analyzer/developer-docs/nullability.rst
@@ -4,7 +4,8 @@ Nullability Checks
 
 This document is a high level description of the nullablility checks.
 These checks intended to use the annotations that is described in this
-RFC: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2015-March/041798.html.
+RFC: https://discourse.llvm.org/t/rfc-nullability-qualifiers/35672
+(`Mailman <https://lists.llvm.org/pipermail/cfe-dev/2015-March/041779.html>`_)
 
 Let's consider the following 2 categories:
 


        


More information about the cfe-commits mailing list