Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| flang/unittests/Frontend/CompilerInstanceTest.cpp | ||
|---|---|---|
| 23 | Don't we need to include #include "llvm/Support/raw_ostream.h"?  | |
| flang/unittests/Frontend/CompilerInstanceTest.cpp | ||
|---|---|---|
| 23 | This builds for me so I assume it's transitively included by one of the other includes. Probably "flang/Frontend/CompilerInstance.h"?  | |
| flang/unittests/Frontend/CompilerInstanceTest.cpp | ||
|---|---|---|
| 23 | My bad - I searched the file for raw_ostream, but I should've searched for raw_string_ostream instead, sorry! raw_ostream.h is included via TextDiagnosticPrinter.h, so the test will continue to work.  | |
Don't we need to include #include "llvm/Support/raw_ostream.h"?