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 2a8ec74 commit 01fb8cfCopy full SHA for 01fb8cf
include/swift/Remote/Failure.h
@@ -21,7 +21,7 @@
21
#include "swift/Remote/RemoteAddress.h"
22
23
#include "llvm/Support/Compiler.h"
24
-#include <assert.h>
+#include <cassert>
25
#include <string>
26
#include <cstring>
27
#include <type_traits>
lib/IRGen/DominancePoint.h
@@ -23,8 +23,8 @@
#ifndef SWIFT_IRGEN_DOMINANCEPOINT_H
#define SWIFT_IRGEN_DOMINANCEPOINT_H
-#include <stdint.h>
+#include <cstdint>
28
29
namespace swift {
30
namespace irgen {
0 commit comments