[all-commits] [llvm/llvm-project] a9b3f2: [flang] Fix regression in submodule symbol checkin...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Oct 31 10:49:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9b3f200159595ed8f13cc891ae34291020ba111
      https://github.com/llvm/llvm-project/commit/a9b3f200159595ed8f13cc891ae34291020ba111
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
    M flang/lib/Semantics/check-declarations.cpp

  Log Message:
  -----------
  [flang] Fix regression in submodule symbol checking (#69778)

The change https://github.com/llvm/llvm-project/pull/67361 removed
submodule name symbols from the name dictionaries of their parent
(sub)modules to prevent needless errors about name clashes, but these
symbols still need to be checked for things like excessive length.




More information about the All-commits mailing list