[all-commits] [llvm/llvm-project] 597c6b: [clangd] Introduce paragraph, the first part of ne...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Fri Dec 13 00:59:02 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 597c6b65552a777a40f2afed07c543f6789318b1
      https://github.com/llvm/llvm-project/commit/597c6b65552a777a40f2afed07c543f6789318b1
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/FormattedString.cpp
    M clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/unittests/FormattedStringTests.cpp

  Log Message:
  -----------
  [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


  Commit: 7c13fe8a6a643497d49036e6ea368e1adb06f57e
      https://github.com/llvm/llvm-project/commit/7c13fe8a6a643497d49036e6ea368e1adb06f57e
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M clang-tools-extra/clangd/FormattedString.cpp
    M clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/unittests/FormattedStringTests.cpp

  Log Message:
  -----------
  [clangd] Introduce codeblocks

Summary: Follow-up to the patch D71248

Reviewers: sammccall

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

Tags: #clang

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


Compare: https://github.com/llvm/llvm-project/compare/86e652f8284d...7c13fe8a6a64


More information about the All-commits mailing list