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 4bb233d commit f1734ecCopy full SHA for f1734ec
lib/IRGen/GenEnum.h
@@ -10,8 +10,8 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-#ifndef __SWIFT_IRGen_GenEnum_H__
14
-#define __SWIFT_IRGen_GenEnum_H__
+#ifndef SWIFT_IRGEN_GENENUM_H
+#define SWIFT_IRGEN_GENENUM_H
15
16
#include "TypeInfo.h"
17
lib/IRGen/SwiftTargetInfo.h
@@ -15,8 +15,8 @@
18
-#ifndef __SWIFT_IRGEN_TARGET_INFO_H__
19
-#define __SWIFT_IRGEN_TARGET_INFO_H__
+#ifndef SWIFT_IRGEN_SWIFTTARGETINFO_H
+#define SWIFT_IRGEN_SWIFTTARGETINFO_H
20
21
#include "swift/Basic/LLVM.h"
22
#include "swift/Basic/ClusteredBitVector.h"
0 commit comments