We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12069f8 commit 7c3e7a2Copy full SHA for 7c3e7a2
clang/unittests/Frontend/OutputStreamTest.cpp
@@ -8,13 +8,12 @@
8
9
#include "clang/Basic/LangStandard.h"
10
#include "clang/CodeGen/BackendUtil.h"
11
-#include "clang/CodeGen/CodeGenAction.h"
12
#include "clang/Frontend/CompilerInstance.h"
13
#include "clang/Frontend/TextDiagnosticPrinter.h"
14
#include "clang/FrontendTool/Utils.h"
15
#include "clang/Lex/PreprocessorOptions.h"
16
-#include "llvm/Support/VirtualFileSystem.h"
17
#include "llvm/Support/TargetSelect.h"
+#include "llvm/Support/VirtualFileSystem.h"
18
#include "gtest/gtest.h"
19
20
using namespace llvm;
0 commit comments