[PATCH] D35894: [clangd] Code hover for Clangd
William Enright via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 1 13:42:31 PST 2017
Nebiroth added inline comments.
================
Comment at: clangd/Protocol.h:26
#include "llvm/ADT/Optional.h"
-#include <string>
+#include "llvm/Support/YAMLParser.h"
#include <vector>
----------------
malaperle wrote:
> Nebiroth wrote:
> > malaperle wrote:
> > > revert this change?
> > #include <string> is not needed.
> I meant removing YAMLParser.h
That's what I figured. I'll remove that.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D35894
More information about the cfe-commits
mailing list