[PATCH] D63194: [clangd] Link and initialize target infos
    Ilya Biryukov via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Jun 25 01:18:17 PDT 2019
    
    
  
ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang-tools-extra/clangd/GlobalCompilationDatabase.cpp:14
 #include "clang/Tooling/CompilationDatabase.h"
+#include "clang/Tooling/Tooling.h"
 #include "llvm/ADT/Optional.h"
----------------
looks like accidental leftover from a previous revision. Remove?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63194/new/
https://reviews.llvm.org/D63194
    
    
More information about the cfe-commits
mailing list