[clangd] Tweak parseDocumentation loop to use raw lines. NFC
authorSam McCall <sam.mccall@gmail.com>
Sat, 4 Apr 2020 06:06:24 +0000 (08:06 +0200)
committerSam McCall <sam.mccall@gmail.com>
Sat, 4 Apr 2020 06:07:51 +0000 (08:07 +0200)
commitebd522aaa8aad74ea44db5bb4b74f1b784da9f99
treee80087dea5180b5806e0f9d5041859207455ae93
parenta975fde23a5e64721d75022b2a072a0b19f4b279
[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)
clang-tools-extra/clangd/Hover.cpp
clang-tools-extra/clangd/unittests/HoverTests.cpp