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 9f1ada3 commit 3c9f178Copy full SHA for 3c9f178
lib/IRGen/GenEnum.cpp
@@ -113,14 +113,14 @@
113
#include "llvm/Analysis/CFG.h"
114
#include "clang/CodeGen/SwiftCallingConv.h"
115
116
-#include "IRGenModule.h"
117
-#include "LoadableTypeInfo.h"
118
-#include "NonFixedTypeInfo.h"
119
-#include "ResilientTypeInfo.h"
120
#include "GenMeta.h"
121
#include "GenProto.h"
122
#include "GenType.h"
123
#include "IRGenDebugInfo.h"
+#include "IRGenModule.h"
+#include "LoadableTypeInfo.h"
+#include "NonFixedTypeInfo.h"
+#include "ResilientTypeInfo.h"
124
#include "ScalarTypeInfo.h"
125
#include "StructLayout.h"
126
0 commit comments