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 479565e + 0402db4 commit 1d91e82Copy full SHA for 1d91e82
flang/include/flang/Runtime/descriptor-consts.h
@@ -30,7 +30,7 @@ class DerivedType;
30
namespace Fortran::runtime {
31
class Descriptor;
32
using SubscriptValue = ISO::CFI_index_t;
33
-using TypeCategory = common::TypeCategory;
+using 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