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 5dd5894 commit 2499963Copy full SHA for 2499963
clang/lib/Sema/SemaSYCL.cpp
@@ -15,10 +15,9 @@
15
#include "clang/AST/QualTypeNames.h"
16
#include "clang/AST/RecordLayout.h"
17
#include "clang/AST/RecursiveASTVisitor.h"
18
-#include "clang/AST/TemplateArgumentVisitor.h"
19
-#include "clang/AST/Mangle.h"
20
#include "clang/AST/SYCLKernelInfo.h"
21
#include "clang/AST/StmtSYCL.h"
+#include "clang/AST/TemplateArgumentVisitor.h"
22
#include "clang/AST/TypeOrdering.h"
23
#include "clang/AST/TypeVisitor.h"
24
#include "clang/Analysis/CallGraph.h"
0 commit comments