summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/FormattedString.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add a ruler after header in hoverKadir Cetinkaya2020-01-271-6/+43
* [clangd] Render header of hover card as a headingKadir Cetinkaya2020-01-131-0/+19
* [clangd] Fix markdown rendering in VSCodeKadir Cetinkaya2020-01-101-1/+2
* [clangd] Introduce bulletlistsKadir Cetinkaya2020-01-071-0/+43
* [clangd] Fix write past end pointerKadir Cetinkaya2019-12-191-5/+4
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-3/+3
* [clangd] Introduce codeblocksKadir Cetinkaya2019-12-131-6/+30
* [clangd] Introduce paragraph, the first part of new rendering structsKadir Cetinkaya2019-12-131-94/+111
* [clangd] Separate chunks with a space when rendering markdownIlya Biryukov2019-08-121-3/+8
* [clangd] Show documentation in hover, and fetch docs from index if needed.Sam McCall2019-07-091-18/+16
* [clangd] Represent Hover result using FormattedStringIlya Biryukov2019-05-291-0/+23
* [clangd] Introduce intermediate representation of formatted textIlya Biryukov2019-05-071-0/+173
OpenPOWER on IntegriCloud