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