[PATCH] D71248: [clangd] Introduce paragraph, the first part of new rendering structs

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 12 03:41:07 PST 2019


kadircet updated this revision to Diff 233566.
kadircet marked 4 inline comments as done.
kadircet added a comment.

- Move separation logic from container to blocks
- Add two concrete APIs to block for getting strings and update tests to use those.
- Rename methods


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71248/new/

https://reviews.llvm.org/D71248

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71248.233566.patch
Type: text/x-patch
Size: 24141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191212/1fd8bd82/attachment-0001.bin>


More information about the cfe-commits mailing list