[all-commits] [llvm/llvm-project] b547e1: [flang] Fix handling of files without terminating ...

David Truby via All-commits all-commits at lists.llvm.org
Mon Apr 27 04:41:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b547e1a4d163721b2dc3be869a3f06c6203217dc
      https://github.com/llvm/llvm-project/commit/b547e1a4d163721b2dc3be869a3f06c6203217dc
  Author: David Truby <david.truby at arm.com>
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
    M flang/lib/Parser/source.cpp
    A flang/test/Semantics/missing_newline.f90

  Log Message:
  -----------
  [flang] Fix handling of files without terminating newlines.

Reviewers: sscalpone

Subscribers: llvm-commits

Tags: #llvm

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


  Commit: 75c31057a76228dea73aff100e7403c0e9a00c30
      https://github.com/llvm/llvm-project/commit/75c31057a76228dea73aff100e7403c0e9a00c30
  Author: David Truby <david.truby at arm.com>
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
    M flang/include/flang/Common/enum-set.h
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/resolve-names.cpp
    A flang/test/Semantics/omp-combined-constructs.f90
    M flang/test/Semantics/omp-device-constructs.f90

  Log Message:
  -----------
  [flang] Semantic checks for OpenMP combined constructs.

Summary:
This includes a refactor of the existing combined construct checks
that were present, as well as adding the remaining combined constructs
that had not been implemented yet.

Reviewers: jdoerfert

Subscribers: yaxunl, guansong, llvm-commits

Tags: #llvm

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


Compare: https://github.com/llvm/llvm-project/compare/9f1e81f1c0ac...75c31057a762


More information about the All-commits mailing list