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 052db02 + 479565e commit be29899Copy full SHA for be29899
flang/include/flang/Runtime/descriptor-consts.h
@@ -9,6 +9,7 @@
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"
15
#include <cstddef>
@@ -29,6 +30,7 @@ class DerivedType;
29
30
namespace Fortran::runtime {
31
class Descriptor;
32
using SubscriptValue = ISO::CFI_index_t;
33
+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