[llvm-branch-commits] [clang-tools-extra] 39930d6 - Add new website to release notes.

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 16 03:51:56 PDT 2020


Author: Sam McCall
Date: 2020-03-16T11:51:51+01:00
New Revision: 39930d67fffb086cabd08bccdc26ca6ad99b3339

URL: https://github.com/llvm/llvm-project/commit/39930d67fffb086cabd08bccdc26ca6ad99b3339
DIFF: https://github.com/llvm/llvm-project/commit/39930d67fffb086cabd08bccdc26ca6ad99b3339.diff

LOG: Add new website to release notes.

Added: 
    

Modified: 
    clang-tools-extra/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 10a48ea5f86a..fbd55e36d6fd 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -32,6 +32,8 @@ infrastructure are described first, followed by tool-specific sections.
 Improvements to clangd
 ----------------------
 
+- clangd documentation is now found at https://clangd.llvm.org/
+
 - Go-to-definition, hover, find-references etc use a new mechanism to identify
   what is under the cursor, which is (hopefully) more consistent and accurate.
 


        


More information about the llvm-branch-commits mailing list