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 1a9e1e2 commit 7f895adCopy full SHA for 7f895ad
flang/include/flang/Runtime/descriptor-consts.h
@@ -9,9 +9,9 @@
9
#ifndef FORTRAN_RUNTIME_DESCRIPTOR_CONSTS_H_
10
#define FORTRAN_RUNTIME_DESCRIPTOR_CONSTS_H_
11
12
+#include "flang/Common/Fortran-consts.h"
13
#include "flang/Common/ISO_Fortran_binding_wrapper.h"
14
#include "flang/Common/api-attrs.h"
-#include "flang/Common/Fortran-consts.h"
15
#include <cstddef>
16
#include <cstdint>
17
@@ -30,7 +30,7 @@ class DerivedType;
30
namespace Fortran::runtime {
31
class Descriptor;
32
using SubscriptValue = ISO::CFI_index_t;
33
-using common::TypeCategory;
+using TypeCategory = common::TypeCategory;
34
35
/// Returns size in bytes of the descriptor (not the data)
36
/// This must be at least as large as the largest descriptor of any target
0 commit comments