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 77987bd commit b934073Copy full SHA for b934073
clang/lib/CodeGen/CGHLSLRuntime.cpp
@@ -19,8 +19,8 @@
19
#include "TargetInfo.h"
20
#include "clang/AST/ASTContext.h"
21
#include "clang/AST/Decl.h"
22
-#include "clang/AST/Type.h"
23
#include "clang/AST/RecursiveASTVisitor.h"
+#include "clang/AST/Type.h"
24
#include "clang/Basic/TargetOptions.h"
25
#include "llvm/ADT/SmallVector.h"
26
#include "llvm/IR/DerivedTypes.h"
0 commit comments