[llvm-branch-commits] [clang-tools-extra] a450654 - [clangd] Fix error in release notes
Sam McCall via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 10 07:45:27 PDT 2020
Author: Sam McCall
Date: 2020-08-10T16:45:11+02:00
New Revision: a450654a52874b094c264e0366c31126c03fdf2d
URL: https://github.com/llvm/llvm-project/commit/a450654a52874b094c264e0366c31126c03fdf2d
DIFF: https://github.com/llvm/llvm-project/commit/a450654a52874b094c264e0366c31126c03fdf2d.diff
LOG: [clangd] Fix error in 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 9f96d6eab38e..83ae2c6605fd 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -207,7 +207,7 @@ System integration
- ``%LocalAppData%\clangd\config.yaml`` on Windows
- - ``~/Library/clangd/config.yaml`` on Mac
+ - ``~/Library/Preferences/clangd/config.yaml`` on Mac
- ``$XDG_CONFIG_HOME/clangd/config.yaml`` or ``~/.config/clangd/config.yaml``
on others
More information about the llvm-branch-commits
mailing list