[clangd] Introduce paragraph, the first part of new rendering structs
authorKadir Cetinkaya <kadircet@google.com>
Tue, 10 Dec 2019 09:28:37 +0000 (10:28 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Fri, 13 Dec 2019 08:58:55 +0000 (09:58 +0100)
commit597c6b65552a777a40f2afed07c543f6789318b1
tree27cacf05fda0f5b7ec8a585b2c478a61cfe28436
parent86e652f8284d44c0e3fa9b27421a671e89bfe0a0
[clangd] Introduce paragraph, the first part of new rendering structs

Summary:
Initial patch for new rendering structs in clangd.

Splitting implementation into smaller chunks, for a full view of the API see D71063.

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D71248

Reviewers: sammccall
clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-tools-extra/clangd/FormattedString.cpp
clang-tools-extra/clangd/FormattedString.h
clang-tools-extra/clangd/Hover.cpp
clang-tools-extra/clangd/Hover.h
clang-tools-extra/clangd/unittests/FormattedStringTests.cpp