[flang-commits] [flang] [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (PR #115160)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Wed Nov 6 10:39:23 PST 2024
================
@@ -1058,6 +1058,7 @@ class DeclarationVisitor : public ArraySpecVisitor,
const parser::Name *ResolveDesignator(const parser::Designator &);
int GetVectorElementKind(
TypeCategory category, const std::optional<parser::KindSelector> &kind);
+ std::optional<DerivedTypeSpec> ResolveDerivedType(const parser::Name &);
----------------
Leporacanthicus wrote:
Should have "undone". This came from trying to call this function from a different place, but it's been changed. Sorry about that.
https://github.com/llvm/llvm-project/pull/115160
More information about the flang-commits
mailing list