Sam McCall
4d006520b8
[clangd] Clean up unused includes. NFCI
...
Add includes where needed to fix build.
Haven't systematically added used headers, so there is still accidental
dependency on transitive includes.
2022-02-26 12:00:16 +01:00
Kirill Bobyrev
ee02e20c08
[clangd] NFC: Use SmallVector<T> where possible
...
SmallVector<T> with default size is now the recommended version (D92522).
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D92788
2020-12-10 13:36:49 +01:00
Sam McCall
b283ae7af8
[ADT] Add locale-independent isSpace() to StringExtras. NFC
...
Use this in clangd, will follow up with replacements for isspace where
locale-dependent is clearly not intended.
2020-05-02 15:20:05 +02:00
Sam McCall
fa1f4cf843
[clangd] Rename FormattedString -> Markup, move to support. NFC
2020-05-02 14:53:47 +02:00