[all-commits] [llvm/llvm-project] ebd522: [clangd] Tweak parseDocumentation loop to use raw ...
Sam McCall via All-commits
all-commits at lists.llvm.org
Fri Apr 3 23:07:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ebd522aaa8aad74ea44db5bb4b74f1b784da9f99
https://github.com/llvm/llvm-project/commit/ebd522aaa8aad74ea44db5bb4b74f1b784da9f99
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-04-04 (Sat, 04 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
Log Message:
-----------
[clangd] Tweak parseDocumentation loop to use raw lines. NFC
This clears the way for the raw lines themselves to be parsed easily.
(Okay, one functional change: fix punctuation linebreaks with trailing WS)
More information about the All-commits
mailing list