[PATCH] D88219: [flang][driver] Remove unnecessary includes in the unittest
    Caroline via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep 24 05:15:58 PDT 2020
    
    
  
CarolineConcatto added inline comments.
================
Comment at: flang/unittests/Frontend/CompilerInstanceTest.cpp:23
   std::string diagnosticOutput;
   llvm::raw_string_ostream diagnosticsOS(diagnosticOutput);
   auto diagPrinter = std::make_unique<clang::TextDiagnosticPrinter>(
----------------
Don't we need  to include #include "llvm/Support/raw_ostream.h"?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88219/new/
https://reviews.llvm.org/D88219
    
    
More information about the llvm-commits
mailing list