This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository clang-tools-extra.
from 43776647 ReleaseNotes: remove another empty section new ec96f824 Merging r354777, r354778, r354779, r354786, r354865, and r354992 new dabeeb1e Added release notes for clangd 8
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/README.txt | 15 +- docs/ReleaseNotes.rst | 52 ++- docs/_static/clang-tools-extra-styles.css | 23 ++ docs/_templates/layout.html | 3 + docs/clangd.rst | 162 +-------- docs/clangd/ApplyClangTidyFixInVSCode.gif | Bin 0 -> 95232 bytes docs/clangd/ApplyFixInVSCode.gif | Bin 0 -> 73814 bytes docs/clangd/CodeCompletionInEmacsCompanyMode.png | Bin 0 -> 10480 bytes docs/clangd/CodeCompletionInSublimeText.png | Bin 0 -> 19894 bytes docs/clangd/CodeCompletionInVSCode.png | Bin 0 -> 15094 bytes docs/clangd/CodeCompletionInYCM.png | Bin 0 -> 17028 bytes ...ompletionInsertsNamespaceQualifiersInVSCode.gif | Bin 0 -> 110759 bytes docs/clangd/DeveloperDocumentation.rst | 29 ++ docs/clangd/DiagnosticsInEmacsEglot.png | Bin 0 -> 16634 bytes docs/clangd/ErrorsInVSCode.png | Bin 0 -> 76993 bytes docs/clangd/Extensions.rst | 181 ++++++++++ docs/clangd/Features.rst | 231 +++++++++++++ docs/clangd/FindAllReferencesInVSCode.gif | Bin 0 -> 76027 bytes docs/clangd/FormatSelectionInVSCode.gif | Bin 0 -> 167887 bytes docs/clangd/GoToDefinitionInVSCode.gif | Bin 0 -> 123395 bytes docs/clangd/Installation.rst | 371 +++++++++++++++++++++ docs/clangd/NavigationWithBreadcrumbsInVSCode.gif | Bin 0 -> 123365 bytes docs/clangd/OutlineInVSCode.png | Bin 0 -> 15443 bytes docs/clangd/SignatureHelpInVSCode.gif | Bin 0 -> 36923 bytes docs/clangd/index.rst | 27 ++ docs/conf.py | 2 +- docs/index.rst | 10 +- 27 files changed, 928 insertions(+), 178 deletions(-) create mode 100644 docs/_static/clang-tools-extra-styles.css create mode 100644 docs/_templates/layout.html create mode 100644 docs/clangd/ApplyClangTidyFixInVSCode.gif create mode 100644 docs/clangd/ApplyFixInVSCode.gif create mode 100644 docs/clangd/CodeCompletionInEmacsCompanyMode.png create mode 100644 docs/clangd/CodeCompletionInSublimeText.png create mode 100644 docs/clangd/CodeCompletionInVSCode.png create mode 100644 docs/clangd/CodeCompletionInYCM.png create mode 100644 docs/clangd/CodeCompletionInsertsNamespaceQualifiersInVSCode.gif create mode 100644 docs/clangd/DeveloperDocumentation.rst create mode 100644 docs/clangd/DiagnosticsInEmacsEglot.png create mode 100644 docs/clangd/ErrorsInVSCode.png create mode 100644 docs/clangd/Extensions.rst create mode 100644 docs/clangd/Features.rst create mode 100644 docs/clangd/FindAllReferencesInVSCode.gif create mode 100644 docs/clangd/FormatSelectionInVSCode.gif create mode 100644 docs/clangd/GoToDefinitionInVSCode.gif create mode 100644 docs/clangd/Installation.rst create mode 100644 docs/clangd/NavigationWithBreadcrumbsInVSCode.gif create mode 100644 docs/clangd/OutlineInVSCode.png create mode 100644 docs/clangd/SignatureHelpInVSCode.gif create mode 100644 docs/clangd/index.rst