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.
2 parents 1e1564e + e175983 commit 693f330Copy full SHA for 693f330
include/swift/AST/IRGenOptions.h
@@ -25,6 +25,7 @@
25
#include "swift/Basic/OptimizationMode.h"
26
#include "swift/Config.h"
27
#include "clang/Basic/PointerAuthOptions.h"
28
+#include "llvm/ADT/Optional.h"
29
#include "llvm/IR/CallingConv.h"
30
// FIXME: This include is just for llvm::SanitizerCoverageOptions. We should
31
// split the header upstream so we don't include so much.
include/swift/Driver/Driver.h
#include "swift/Basic/Sanitizers.h"
#include "swift/Driver/Util.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringRef.h"
#include <functional>
0 commit comments