[flang-commits] [PATCH] D122938: [flang] Fold instantiated PDT character component length when needed
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Apr 1 14:17:06 PDT 2022
klausler added inline comments.
================
Comment at: flang/lib/Semantics/type.cpp:433
+/// that the character component is automatic (and must be a descriptor).
+static ParamValue FoldCharaterLength(evaluate::FoldingContext &foldingContext,
+ const CharacterTypeSpec &characterSpec) {
----------------
Typo in name (and also below at the use site): should be FoldCharacterLength with a 'c' before the first 't'.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122938/new/
https://reviews.llvm.org/D122938
More information about the flang-commits
mailing list