[all-commits] [llvm/llvm-project] a2ac0b: [flang] Warn for the limit on name length

PeixinQiao via All-commits all-commits at lists.llvm.org
Fri May 13 07:44:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2ac0bb2f141520150c823eb28896f45feb59832
      https://github.com/llvm/llvm-project/commit/a2ac0bb2f141520150c823eb28896f45feb59832
  Author: PeixinQiao <qiaopeixin at huawei.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M flang/include/flang/Common/Fortran.h
    M flang/lib/Semantics/check-declarations.cpp

  Log Message:
  -----------
  [flang] Warn for the limit on name length

As fortran 2018 C601, the maximum length of a name is 63 characters.

Reviewed By: klausler

Differential Revision: https://reviews.llvm.org/D125371




More information about the All-commits mailing list