From cea1040d51e2f30f70dd53375101d28ccff9a06f Mon Sep 17 00:00:00 2001 From: Gary Klimowicz Date: Fri, 10 Jan 2020 12:12:03 -0800 Subject: [PATCH] [flang] Minor format change to LLVM license lines Replace comment lines containing all dashes with the proper ===-----....----=== markers. Original-commit: flang-compiler/f18@a8936b0d4187a9a9ef43f9d34055a3213beeb9d2 Reviewed-on: https://github.com/flang-compiler/f18/pull/922 --- flang/CMakeLists.txt | 2 +- flang/documentation/OpenMP-4.5-grammar.txt | 2 +- flang/documentation/f2018-grammar.txt | 2 +- flang/documentation/flang-c-style.el | 2 +- flang/include/flang/CMakeLists.txt | 2 +- flang/include/flang/Config/config.h.cmake | 2 +- flang/include/flang/ISO_Fortran_binding.h | 2 +- flang/lib/CMakeLists.txt | 2 +- flang/lib/common/CMakeLists.txt | 2 +- flang/lib/common/Fortran-features.cc | 2 +- flang/lib/common/Fortran-features.h | 2 +- flang/lib/common/Fortran.cc | 2 +- flang/lib/common/Fortran.h | 2 +- flang/lib/common/bit-population-count.h | 2 +- flang/lib/common/constexpr-bitset.h | 2 +- flang/lib/common/default-kinds.cc | 2 +- flang/lib/common/default-kinds.h | 2 +- flang/lib/common/enum-set.h | 2 +- flang/lib/common/format.h | 2 +- flang/lib/common/idioms.cc | 2 +- flang/lib/common/idioms.h | 2 +- flang/lib/common/indirection.h | 2 +- flang/lib/common/interval.h | 2 +- flang/lib/common/leading-zero-bit-count.h | 2 +- flang/lib/common/reference-counted.h | 2 +- flang/lib/common/reference.h | 2 +- flang/lib/common/restorer.h | 2 +- flang/lib/common/template.h | 2 +- flang/lib/common/uint128.h | 2 +- flang/lib/common/unsigned-const-division.h | 2 +- flang/lib/common/unwrap.h | 2 +- flang/lib/decimal/CMakeLists.txt | 2 +- flang/lib/decimal/big-radix-floating-point.h | 2 +- flang/lib/decimal/binary-floating-point.h | 2 +- flang/lib/decimal/binary-to-decimal.cc | 2 +- flang/lib/decimal/decimal-to-binary.cc | 2 +- flang/lib/decimal/decimal.h | 2 +- flang/lib/evaluate/CMakeLists.txt | 2 +- flang/lib/evaluate/call.cc | 2 +- flang/lib/evaluate/call.h | 2 +- flang/lib/evaluate/character.h | 2 +- flang/lib/evaluate/characteristics.cc | 2 +- flang/lib/evaluate/characteristics.h | 2 +- flang/lib/evaluate/check-expression.cc | 2 +- flang/lib/evaluate/check-expression.h | 2 +- flang/lib/evaluate/common.cc | 2 +- flang/lib/evaluate/common.h | 2 +- flang/lib/evaluate/complex.cc | 2 +- flang/lib/evaluate/complex.h | 2 +- flang/lib/evaluate/constant.cc | 2 +- flang/lib/evaluate/constant.h | 2 +- flang/lib/evaluate/expression.cc | 2 +- flang/lib/evaluate/expression.h | 2 +- flang/lib/evaluate/fold-character.cc | 2 +- flang/lib/evaluate/fold-complex.cc | 2 +- flang/lib/evaluate/fold-implementation.h | 2 +- flang/lib/evaluate/fold-integer.cc | 2 +- flang/lib/evaluate/fold-logical.cc | 2 +- flang/lib/evaluate/fold-real.cc | 2 +- flang/lib/evaluate/fold.cc | 2 +- flang/lib/evaluate/fold.h | 2 +- flang/lib/evaluate/formatting.cc | 2 +- flang/lib/evaluate/formatting.h | 2 +- flang/lib/evaluate/host.cc | 2 +- flang/lib/evaluate/host.h | 2 +- flang/lib/evaluate/int-power.h | 2 +- flang/lib/evaluate/integer.cc | 2 +- flang/lib/evaluate/integer.h | 2 +- flang/lib/evaluate/intrinsics-library-templates.h | 2 +- flang/lib/evaluate/intrinsics-library.cc | 2 +- flang/lib/evaluate/intrinsics-library.h | 2 +- flang/lib/evaluate/intrinsics.cc | 2 +- flang/lib/evaluate/intrinsics.h | 2 +- flang/lib/evaluate/logical.cc | 2 +- flang/lib/evaluate/logical.h | 2 +- flang/lib/evaluate/real.cc | 2 +- flang/lib/evaluate/real.h | 2 +- flang/lib/evaluate/rounding-bits.h | 2 +- flang/lib/evaluate/shape.cc | 2 +- flang/lib/evaluate/shape.h | 2 +- flang/lib/evaluate/static-data.cc | 2 +- flang/lib/evaluate/static-data.h | 2 +- flang/lib/evaluate/tools.cc | 2 +- flang/lib/evaluate/tools.h | 2 +- flang/lib/evaluate/traverse.h | 2 +- flang/lib/evaluate/type.cc | 2 +- flang/lib/evaluate/type.h | 2 +- flang/lib/evaluate/variable.cc | 2 +- flang/lib/evaluate/variable.h | 2 +- flang/lib/parser/CMakeLists.txt | 2 +- flang/lib/parser/Fortran-parsers.cc | 2 +- flang/lib/parser/basic-parsers.h | 2 +- flang/lib/parser/char-block.h | 2 +- flang/lib/parser/char-buffer.cc | 2 +- flang/lib/parser/char-buffer.h | 2 +- flang/lib/parser/char-set.cc | 2 +- flang/lib/parser/char-set.h | 2 +- flang/lib/parser/characters.cc | 2 +- flang/lib/parser/characters.h | 2 +- flang/lib/parser/debug-parser.cc | 2 +- flang/lib/parser/debug-parser.h | 2 +- flang/lib/parser/dump-parse-tree.h | 2 +- flang/lib/parser/executable-parsers.cc | 2 +- flang/lib/parser/expr-parsers.cc | 2 +- flang/lib/parser/expr-parsers.h | 2 +- flang/lib/parser/format-specification.h | 2 +- flang/lib/parser/instrumented-parser.cc | 2 +- flang/lib/parser/instrumented-parser.h | 2 +- flang/lib/parser/io-parsers.cc | 2 +- flang/lib/parser/message.cc | 2 +- flang/lib/parser/message.h | 2 +- flang/lib/parser/misc-parsers.h | 2 +- flang/lib/parser/openmp-parsers.cc | 2 +- flang/lib/parser/parse-state.h | 2 +- flang/lib/parser/parse-tree-visitor.h | 2 +- flang/lib/parser/parse-tree.cc | 2 +- flang/lib/parser/parse-tree.h | 2 +- flang/lib/parser/parsing.cc | 2 +- flang/lib/parser/parsing.h | 2 +- flang/lib/parser/preprocessor.cc | 2 +- flang/lib/parser/preprocessor.h | 2 +- flang/lib/parser/prescan.cc | 2 +- flang/lib/parser/prescan.h | 2 +- flang/lib/parser/program-parsers.cc | 2 +- flang/lib/parser/provenance.cc | 2 +- flang/lib/parser/provenance.h | 2 +- flang/lib/parser/source.cc | 2 +- flang/lib/parser/source.h | 2 +- flang/lib/parser/stmt-parser.h | 2 +- flang/lib/parser/token-parsers.h | 2 +- flang/lib/parser/token-sequence.cc | 2 +- flang/lib/parser/token-sequence.h | 2 +- flang/lib/parser/tools.cc | 2 +- flang/lib/parser/tools.h | 2 +- flang/lib/parser/type-parser-implementation.h | 2 +- flang/lib/parser/type-parsers.h | 2 +- flang/lib/parser/unparse.cc | 2 +- flang/lib/parser/unparse.h | 2 +- flang/lib/parser/user-state.cc | 2 +- flang/lib/parser/user-state.h | 2 +- flang/lib/semantics/CMakeLists.txt | 2 +- flang/lib/semantics/assignment.cc | 2 +- flang/lib/semantics/assignment.h | 2 +- flang/lib/semantics/attr.cc | 2 +- flang/lib/semantics/attr.h | 2 +- flang/lib/semantics/canonicalize-do.cc | 2 +- flang/lib/semantics/canonicalize-do.h | 2 +- flang/lib/semantics/canonicalize-omp.cc | 2 +- flang/lib/semantics/canonicalize-omp.h | 2 +- flang/lib/semantics/check-allocate.cc | 2 +- flang/lib/semantics/check-allocate.h | 2 +- flang/lib/semantics/check-arithmeticif.cc | 2 +- flang/lib/semantics/check-arithmeticif.h | 2 +- flang/lib/semantics/check-call.cc | 2 +- flang/lib/semantics/check-call.h | 2 +- flang/lib/semantics/check-coarray.cc | 2 +- flang/lib/semantics/check-coarray.h | 2 +- flang/lib/semantics/check-deallocate.cc | 2 +- flang/lib/semantics/check-deallocate.h | 2 +- flang/lib/semantics/check-declarations.cc | 2 +- flang/lib/semantics/check-declarations.h | 2 +- flang/lib/semantics/check-do.cc | 2 +- flang/lib/semantics/check-do.h | 2 +- flang/lib/semantics/check-if-stmt.cc | 2 +- flang/lib/semantics/check-if-stmt.h | 2 +- flang/lib/semantics/check-io.cc | 2 +- flang/lib/semantics/check-io.h | 2 +- flang/lib/semantics/check-nullify.cc | 2 +- flang/lib/semantics/check-nullify.h | 2 +- flang/lib/semantics/check-omp-structure.cc | 2 +- flang/lib/semantics/check-omp-structure.h | 2 +- flang/lib/semantics/check-purity.cc | 2 +- flang/lib/semantics/check-purity.h | 2 +- flang/lib/semantics/check-return.cc | 2 +- flang/lib/semantics/check-return.h | 2 +- flang/lib/semantics/check-stop.cc | 2 +- flang/lib/semantics/check-stop.h | 2 +- flang/lib/semantics/expression.cc | 2 +- flang/lib/semantics/expression.h | 2 +- flang/lib/semantics/mod-file.cc | 2 +- flang/lib/semantics/mod-file.h | 2 +- flang/lib/semantics/program-tree.cc | 2 +- flang/lib/semantics/program-tree.h | 2 +- flang/lib/semantics/resolve-labels.cc | 2 +- flang/lib/semantics/resolve-labels.h | 2 +- flang/lib/semantics/resolve-names-utils.cc | 2 +- flang/lib/semantics/resolve-names-utils.h | 2 +- flang/lib/semantics/resolve-names.cc | 2 +- flang/lib/semantics/resolve-names.h | 2 +- flang/lib/semantics/rewrite-parse-tree.cc | 2 +- flang/lib/semantics/rewrite-parse-tree.h | 2 +- flang/lib/semantics/scope.cc | 2 +- flang/lib/semantics/scope.h | 2 +- flang/lib/semantics/semantics.cc | 2 +- flang/lib/semantics/semantics.h | 2 +- flang/lib/semantics/symbol.cc | 2 +- flang/lib/semantics/symbol.h | 2 +- flang/lib/semantics/tools.cc | 2 +- flang/lib/semantics/tools.h | 2 +- flang/lib/semantics/type.cc | 2 +- flang/lib/semantics/type.h | 2 +- flang/lib/semantics/unparse-with-symbols.cc | 2 +- flang/lib/semantics/unparse-with-symbols.h | 2 +- flang/module/__fortran_builtins.f90 | 2 +- flang/module/ieee_arithmetic.f90 | 2 +- flang/module/ieee_exceptions.f90 | 2 +- flang/module/ieee_features.f90 | 2 +- flang/module/iso_c_binding.f90 | 2 +- flang/module/iso_fortran_env.f90 | 2 +- flang/module/omp_lib.f90 | 2 +- flang/module/omp_lib.h | 2 +- flang/runtime/CMakeLists.txt | 2 +- flang/runtime/ISO_Fortran_binding.cc | 2 +- flang/runtime/c-or-cpp.h | 2 +- flang/runtime/derived-type.cc | 2 +- flang/runtime/derived-type.h | 2 +- flang/runtime/descriptor.cc | 2 +- flang/runtime/descriptor.h | 2 +- flang/runtime/entry-names.h | 2 +- flang/runtime/io-api.h | 2 +- flang/runtime/main.cc | 2 +- flang/runtime/main.h | 2 +- flang/runtime/stop.cc | 2 +- flang/runtime/stop.h | 2 +- flang/runtime/terminator.cc | 2 +- flang/runtime/terminator.h | 2 +- flang/runtime/transformational.cc | 2 +- flang/runtime/transformational.h | 2 +- flang/runtime/type-code.cc | 2 +- flang/runtime/type-code.h | 2 +- flang/test/CMakeLists.txt | 2 +- flang/test/decimal/CMakeLists.txt | 2 +- flang/test/evaluate/CMakeLists.txt | 2 +- flang/test/semantics/CMakeLists.txt | 2 +- flang/tools/CMakeLists.txt | 2 +- flang/tools/f18/CMakeLists.txt | 2 +- flang/tools/f18/dump.cc | 2 +- flang/tools/f18/f18-parse-demo.cc | 2 +- flang/tools/f18/f18.cc | 2 +- flang/tools/f18/flang.sh | 2 +- flang/tools/f18/stub-evaluate.cc | 2 +- 241 files changed, 241 insertions(+), 241 deletions(-) diff --git a/flang/CMakeLists.txt b/flang/CMakeLists.txt index 5856a0b035fe..755ed6529dde 100644 --- a/flang/CMakeLists.txt +++ b/flang/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# cmake_minimum_required(VERSION 3.9.0) diff --git a/flang/documentation/OpenMP-4.5-grammar.txt b/flang/documentation/OpenMP-4.5-grammar.txt index a27e34cb2221..01cfa1b65f94 100644 --- a/flang/documentation/OpenMP-4.5-grammar.txt +++ b/flang/documentation/OpenMP-4.5-grammar.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# # OpenMP 4.5 Specifications diff --git a/flang/documentation/f2018-grammar.txt b/flang/documentation/f2018-grammar.txt index 5044cb0dded7..10d3747d1287 100644 --- a/flang/documentation/f2018-grammar.txt +++ b/flang/documentation/f2018-grammar.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# R0001 digit -> 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 R0002 letter -> diff --git a/flang/documentation/flang-c-style.el b/flang/documentation/flang-c-style.el index f04a507b462b..001ab0750466 100644 --- a/flang/documentation/flang-c-style.el +++ b/flang/documentation/flang-c-style.el @@ -4,7 +4,7 @@ ;; See https://llvm.org/LICENSE.txt for license information. ;; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ;; -;;----------------------------------------------------------------------------;; +;;===----------------------------------------------------------------------===;; ;; Define a cc-mode style for editing C++ codes in Flang. ;; diff --git a/flang/include/flang/CMakeLists.txt b/flang/include/flang/CMakeLists.txt index 55e20104d5e1..7fae707bdc46 100644 --- a/flang/include/flang/CMakeLists.txt +++ b/flang/include/flang/CMakeLists.txt @@ -4,5 +4,5 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# diff --git a/flang/include/flang/Config/config.h.cmake b/flang/include/flang/Config/config.h.cmake index 27218b0f7a2c..fd34d3f40363 100644 --- a/flang/include/flang/Config/config.h.cmake +++ b/flang/include/flang/Config/config.h.cmake @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# /* This generated file is for internal use. Do not include it from headers. */ diff --git a/flang/include/flang/ISO_Fortran_binding.h b/flang/include/flang/ISO_Fortran_binding.h index 86c28b45803e..0a014817db0e 100644 --- a/flang/include/flang/ISO_Fortran_binding.h +++ b/flang/include/flang/ISO_Fortran_binding.h @@ -4,7 +4,7 @@ * See https://llvm.org/LICENSE.txt for license information. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception * - * ----------------------------------------------------------------------------- + * ===-----------------------------------------------------------------------=== */ #ifndef CFI_ISO_FORTRAN_BINDING_H_ diff --git a/flang/lib/CMakeLists.txt b/flang/lib/CMakeLists.txt index 90a5bea8bd79..343195bae2b0 100644 --- a/flang/lib/CMakeLists.txt +++ b/flang/lib/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_subdirectory(common) add_subdirectory(evaluate) diff --git a/flang/lib/common/CMakeLists.txt b/flang/lib/common/CMakeLists.txt index c0cc90b939cf..c72efd4dc414 100644 --- a/flang/lib/common/CMakeLists.txt +++ b/flang/lib/common/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_library(FortranCommon Fortran.cc diff --git a/flang/lib/common/Fortran-features.cc b/flang/lib/common/Fortran-features.cc index 85659a479fd9..8e5e08e68fbd 100644 --- a/flang/lib/common/Fortran-features.cc +++ b/flang/lib/common/Fortran-features.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "Fortran-features.h" #include "Fortran.h" diff --git a/flang/lib/common/Fortran-features.h b/flang/lib/common/Fortran-features.h index b8ac4f56af07..d93048cd4521 100644 --- a/flang/lib/common/Fortran-features.h +++ b/flang/lib/common/Fortran-features.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_FORTRAN_FEATURES_H_ #define FORTRAN_COMMON_FORTRAN_FEATURES_H_ diff --git a/flang/lib/common/Fortran.cc b/flang/lib/common/Fortran.cc index a2126b385a3e..35d61f0d2360 100644 --- a/flang/lib/common/Fortran.cc +++ b/flang/lib/common/Fortran.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "Fortran.h" diff --git a/flang/lib/common/Fortran.h b/flang/lib/common/Fortran.h index 2678fe06a229..968147207275 100644 --- a/flang/lib/common/Fortran.h +++ b/flang/lib/common/Fortran.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_FORTRAN_H_ #define FORTRAN_COMMON_FORTRAN_H_ diff --git a/flang/lib/common/bit-population-count.h b/flang/lib/common/bit-population-count.h index 1cc60b5e4706..fb580efae8bf 100644 --- a/flang/lib/common/bit-population-count.h +++ b/flang/lib/common/bit-population-count.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_BIT_POPULATION_COUNT_H_ #define FORTRAN_COMMON_BIT_POPULATION_COUNT_H_ diff --git a/flang/lib/common/constexpr-bitset.h b/flang/lib/common/constexpr-bitset.h index 93c423e522ba..100b5c346b61 100644 --- a/flang/lib/common/constexpr-bitset.h +++ b/flang/lib/common/constexpr-bitset.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_CONSTEXPR_BITSET_H_ #define FORTRAN_COMMON_CONSTEXPR_BITSET_H_ diff --git a/flang/lib/common/default-kinds.cc b/flang/lib/common/default-kinds.cc index d6122982f013..4b40c4976ffd 100644 --- a/flang/lib/common/default-kinds.cc +++ b/flang/lib/common/default-kinds.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "default-kinds.h" #include "idioms.h" diff --git a/flang/lib/common/default-kinds.h b/flang/lib/common/default-kinds.h index 7b2109640812..a888e58c5e81 100644 --- a/flang/lib/common/default-kinds.h +++ b/flang/lib/common/default-kinds.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_DEFAULT_KINDS_H_ #define FORTRAN_COMMON_DEFAULT_KINDS_H_ diff --git a/flang/lib/common/enum-set.h b/flang/lib/common/enum-set.h index 295f8f45273a..d3f55b34d732 100644 --- a/flang/lib/common/enum-set.h +++ b/flang/lib/common/enum-set.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_ENUM_SET_H_ #define FORTRAN_COMMON_ENUM_SET_H_ diff --git a/flang/lib/common/format.h b/flang/lib/common/format.h index b86249eaf063..df056f8a4451 100644 --- a/flang/lib/common/format.h +++ b/flang/lib/common/format.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_FORMAT_H_ #define FORTRAN_COMMON_FORMAT_H_ diff --git a/flang/lib/common/idioms.cc b/flang/lib/common/idioms.cc index 435c090fd893..d942269f3670 100644 --- a/flang/lib/common/idioms.cc +++ b/flang/lib/common/idioms.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "idioms.h" #include diff --git a/flang/lib/common/idioms.h b/flang/lib/common/idioms.h index 33abf204a035..9e1ea7cf0d61 100644 --- a/flang/lib/common/idioms.h +++ b/flang/lib/common/idioms.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_IDIOMS_H_ #define FORTRAN_COMMON_IDIOMS_H_ diff --git a/flang/lib/common/indirection.h b/flang/lib/common/indirection.h index 5a9baca2440a..4e8ea324379d 100644 --- a/flang/lib/common/indirection.h +++ b/flang/lib/common/indirection.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_INDIRECTION_H_ #define FORTRAN_COMMON_INDIRECTION_H_ diff --git a/flang/lib/common/interval.h b/flang/lib/common/interval.h index 1612b47e8a46..ca8a346c12fe 100644 --- a/flang/lib/common/interval.h +++ b/flang/lib/common/interval.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_INTERVAL_H_ #define FORTRAN_COMMON_INTERVAL_H_ diff --git a/flang/lib/common/leading-zero-bit-count.h b/flang/lib/common/leading-zero-bit-count.h index db82df6a3f8e..909ccedbbd3c 100644 --- a/flang/lib/common/leading-zero-bit-count.h +++ b/flang/lib/common/leading-zero-bit-count.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_LEADING_ZERO_BIT_COUNT_H_ #define FORTRAN_COMMON_LEADING_ZERO_BIT_COUNT_H_ diff --git a/flang/lib/common/reference-counted.h b/flang/lib/common/reference-counted.h index 3663dab81a71..64065ff347ee 100644 --- a/flang/lib/common/reference-counted.h +++ b/flang/lib/common/reference-counted.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_REFERENCE_COUNTED_H_ #define FORTRAN_COMMON_REFERENCE_COUNTED_H_ diff --git a/flang/lib/common/reference.h b/flang/lib/common/reference.h index c2571978e70c..053f290b06e8 100644 --- a/flang/lib/common/reference.h +++ b/flang/lib/common/reference.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Implements a better std::reference_wrapper<> template class with // move semantics, equality testing, and member access. diff --git a/flang/lib/common/restorer.h b/flang/lib/common/restorer.h index 5dc55a211aa3..46773450ac25 100644 --- a/flang/lib/common/restorer.h +++ b/flang/lib/common/restorer.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Utility: before overwriting a variable, capture its value and // ensure that it will be restored when the Restorer goes out of scope. diff --git a/flang/lib/common/template.h b/flang/lib/common/template.h index c2bec6813614..0d344bbe9e8a 100644 --- a/flang/lib/common/template.h +++ b/flang/lib/common/template.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_TEMPLATE_H_ #define FORTRAN_COMMON_TEMPLATE_H_ diff --git a/flang/lib/common/uint128.h b/flang/lib/common/uint128.h index 96b9c78e44f4..51c29a507789 100644 --- a/flang/lib/common/uint128.h +++ b/flang/lib/common/uint128.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Portable 128-bit unsigned integer arithmetic for use in impoverished // C++ implementations lacking __uint128_t. diff --git a/flang/lib/common/unsigned-const-division.h b/flang/lib/common/unsigned-const-division.h index 2f13d93a8cc6..4e61f0a7f550 100644 --- a/flang/lib/common/unsigned-const-division.h +++ b/flang/lib/common/unsigned-const-division.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_UNSIGNED_CONST_DIVISION_H_ #define FORTRAN_COMMON_UNSIGNED_CONST_DIVISION_H_ diff --git a/flang/lib/common/unwrap.h b/flang/lib/common/unwrap.h index 89570b0592df..ce066b9f8512 100644 --- a/flang/lib/common/unwrap.h +++ b/flang/lib/common/unwrap.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_COMMON_UNWRAP_H_ #define FORTRAN_COMMON_UNWRAP_H_ diff --git a/flang/lib/decimal/CMakeLists.txt b/flang/lib/decimal/CMakeLists.txt index 1f6f776037b3..d28a1f9ae168 100644 --- a/flang/lib/decimal/CMakeLists.txt +++ b/flang/lib/decimal/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_library(FortranDecimal binary-to-decimal.cc diff --git a/flang/lib/decimal/big-radix-floating-point.h b/flang/lib/decimal/big-radix-floating-point.h index 784b7488143b..7b84015bd257 100644 --- a/flang/lib/decimal/big-radix-floating-point.h +++ b/flang/lib/decimal/big-radix-floating-point.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_DECIMAL_BIG_RADIX_FLOATING_POINT_H_ #define FORTRAN_DECIMAL_BIG_RADIX_FLOATING_POINT_H_ diff --git a/flang/lib/decimal/binary-floating-point.h b/flang/lib/decimal/binary-floating-point.h index 4cf14e6d61f0..ece7518bb9e0 100644 --- a/flang/lib/decimal/binary-floating-point.h +++ b/flang/lib/decimal/binary-floating-point.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_DECIMAL_BINARY_FLOATING_POINT_H_ #define FORTRAN_DECIMAL_BINARY_FLOATING_POINT_H_ diff --git a/flang/lib/decimal/binary-to-decimal.cc b/flang/lib/decimal/binary-to-decimal.cc index cae25dccc3a7..50bca7327640 100644 --- a/flang/lib/decimal/binary-to-decimal.cc +++ b/flang/lib/decimal/binary-to-decimal.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "big-radix-floating-point.h" #include "../decimal/decimal.h" diff --git a/flang/lib/decimal/decimal-to-binary.cc b/flang/lib/decimal/decimal-to-binary.cc index caae176aaea9..34ecb7cc664e 100644 --- a/flang/lib/decimal/decimal-to-binary.cc +++ b/flang/lib/decimal/decimal-to-binary.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "big-radix-floating-point.h" #include "binary-floating-point.h" diff --git a/flang/lib/decimal/decimal.h b/flang/lib/decimal/decimal.h index b4609474e023..a8f46f95a1c5 100644 --- a/flang/lib/decimal/decimal.h +++ b/flang/lib/decimal/decimal.h @@ -4,7 +4,7 @@ * See https://llvm.org/LICENSE.txt for license information. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception * - * ----------------------------------------------------------------------------- + * ===-----------------------------------------------------------------------=== */ /* C and C++ API for binary-to/from-decimal conversion package. */ diff --git a/flang/lib/evaluate/CMakeLists.txt b/flang/lib/evaluate/CMakeLists.txt index f42d071dd0dc..54d5d834252e 100644 --- a/flang/lib/evaluate/CMakeLists.txt +++ b/flang/lib/evaluate/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_library(FortranEvaluate call.cc diff --git a/flang/lib/evaluate/call.cc b/flang/lib/evaluate/call.cc index e57ff21abe39..ceb595360fad 100644 --- a/flang/lib/evaluate/call.cc +++ b/flang/lib/evaluate/call.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "call.h" #include "characteristics.h" diff --git a/flang/lib/evaluate/call.h b/flang/lib/evaluate/call.h index c9d6ac73a568..5a048da773ac 100644 --- a/flang/lib/evaluate/call.h +++ b/flang/lib/evaluate/call.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_CALL_H_ #define FORTRAN_EVALUATE_CALL_H_ diff --git a/flang/lib/evaluate/character.h b/flang/lib/evaluate/character.h index ac8b6fc19c3a..032f729b1514 100644 --- a/flang/lib/evaluate/character.h +++ b/flang/lib/evaluate/character.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_CHARACTER_H_ #define FORTRAN_EVALUATE_CHARACTER_H_ diff --git a/flang/lib/evaluate/characteristics.cc b/flang/lib/evaluate/characteristics.cc index e21b01f2a3dd..8a053444ead7 100644 --- a/flang/lib/evaluate/characteristics.cc +++ b/flang/lib/evaluate/characteristics.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "characteristics.h" #include "check-expression.h" diff --git a/flang/lib/evaluate/characteristics.h b/flang/lib/evaluate/characteristics.h index 4313f34ab31d..049740a1df75 100644 --- a/flang/lib/evaluate/characteristics.h +++ b/flang/lib/evaluate/characteristics.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Defines data structures to represent "characteristics" of Fortran // procedures and other entities as they are specified in section 15.3 diff --git a/flang/lib/evaluate/check-expression.cc b/flang/lib/evaluate/check-expression.cc index 16f2c9d699db..304a8f3ba228 100644 --- a/flang/lib/evaluate/check-expression.cc +++ b/flang/lib/evaluate/check-expression.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-expression.h" #include "traverse.h" diff --git a/flang/lib/evaluate/check-expression.h b/flang/lib/evaluate/check-expression.h index 5e7c523591c9..b19d747729e6 100644 --- a/flang/lib/evaluate/check-expression.h +++ b/flang/lib/evaluate/check-expression.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Static expression checking diff --git a/flang/lib/evaluate/common.cc b/flang/lib/evaluate/common.cc index b2d0a6e5eb25..5bf76ecbccf9 100644 --- a/flang/lib/evaluate/common.cc +++ b/flang/lib/evaluate/common.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "common.h" #include "../common/idioms.h" diff --git a/flang/lib/evaluate/common.h b/flang/lib/evaluate/common.h index a4659502acfa..7a01cec884f0 100644 --- a/flang/lib/evaluate/common.h +++ b/flang/lib/evaluate/common.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_COMMON_H_ #define FORTRAN_EVALUATE_COMMON_H_ diff --git a/flang/lib/evaluate/complex.cc b/flang/lib/evaluate/complex.cc index 54cb942024c4..c68228f8f698 100644 --- a/flang/lib/evaluate/complex.cc +++ b/flang/lib/evaluate/complex.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "complex.h" diff --git a/flang/lib/evaluate/complex.h b/flang/lib/evaluate/complex.h index d25641b696e4..8d3520363b73 100644 --- a/flang/lib/evaluate/complex.h +++ b/flang/lib/evaluate/complex.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_COMPLEX_H_ #define FORTRAN_EVALUATE_COMPLEX_H_ diff --git a/flang/lib/evaluate/constant.cc b/flang/lib/evaluate/constant.cc index 0f2778df6779..d49d93f00712 100644 --- a/flang/lib/evaluate/constant.cc +++ b/flang/lib/evaluate/constant.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "constant.h" #include "expression.h" diff --git a/flang/lib/evaluate/constant.h b/flang/lib/evaluate/constant.h index 41b9e723c072..290343b98d75 100644 --- a/flang/lib/evaluate/constant.h +++ b/flang/lib/evaluate/constant.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_CONSTANT_H_ #define FORTRAN_EVALUATE_CONSTANT_H_ diff --git a/flang/lib/evaluate/expression.cc b/flang/lib/evaluate/expression.cc index 1c46a0f41e72..39aa4dc0f087 100644 --- a/flang/lib/evaluate/expression.cc +++ b/flang/lib/evaluate/expression.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "expression.h" #include "common.h" diff --git a/flang/lib/evaluate/expression.h b/flang/lib/evaluate/expression.h index 6d1c0bad77bd..c5003ca6e20e 100644 --- a/flang/lib/evaluate/expression.h +++ b/flang/lib/evaluate/expression.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_EXPRESSION_H_ #define FORTRAN_EVALUATE_EXPRESSION_H_ diff --git a/flang/lib/evaluate/fold-character.cc b/flang/lib/evaluate/fold-character.cc index a07f752bdecb..73711ec61a9f 100644 --- a/flang/lib/evaluate/fold-character.cc +++ b/flang/lib/evaluate/fold-character.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "fold-implementation.h" diff --git a/flang/lib/evaluate/fold-complex.cc b/flang/lib/evaluate/fold-complex.cc index ac9a0b4c5fc6..e96bc9dbc359 100644 --- a/flang/lib/evaluate/fold-complex.cc +++ b/flang/lib/evaluate/fold-complex.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "fold-implementation.h" diff --git a/flang/lib/evaluate/fold-implementation.h b/flang/lib/evaluate/fold-implementation.h index e396846cb0d4..688dee505401 100644 --- a/flang/lib/evaluate/fold-implementation.h +++ b/flang/lib/evaluate/fold-implementation.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_FOLD_IMPLEMENTATION_H_ #define FORTRAN_EVALUATE_FOLD_IMPLEMENTATION_H_ diff --git a/flang/lib/evaluate/fold-integer.cc b/flang/lib/evaluate/fold-integer.cc index f063e65468f5..8e7a8950069c 100644 --- a/flang/lib/evaluate/fold-integer.cc +++ b/flang/lib/evaluate/fold-integer.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "fold-implementation.h" diff --git a/flang/lib/evaluate/fold-logical.cc b/flang/lib/evaluate/fold-logical.cc index fcfbe8dc80a2..fd67fb10f77c 100644 --- a/flang/lib/evaluate/fold-logical.cc +++ b/flang/lib/evaluate/fold-logical.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-expression.h" #include "fold-implementation.h" diff --git a/flang/lib/evaluate/fold-real.cc b/flang/lib/evaluate/fold-real.cc index 35c6bfb182b7..74eaf62c6e58 100644 --- a/flang/lib/evaluate/fold-real.cc +++ b/flang/lib/evaluate/fold-real.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "fold-implementation.h" diff --git a/flang/lib/evaluate/fold.cc b/flang/lib/evaluate/fold.cc index ef67ed41be6b..0a36c91a5139 100644 --- a/flang/lib/evaluate/fold.cc +++ b/flang/lib/evaluate/fold.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "fold.h" #include "fold-implementation.h" diff --git a/flang/lib/evaluate/fold.h b/flang/lib/evaluate/fold.h index 5d9045781fbd..88daa51ee18b 100644 --- a/flang/lib/evaluate/fold.h +++ b/flang/lib/evaluate/fold.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_FOLD_H_ #define FORTRAN_EVALUATE_FOLD_H_ diff --git a/flang/lib/evaluate/formatting.cc b/flang/lib/evaluate/formatting.cc index e21458007140..b0cfa88a57df 100644 --- a/flang/lib/evaluate/formatting.cc +++ b/flang/lib/evaluate/formatting.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "formatting.h" #include "call.h" diff --git a/flang/lib/evaluate/formatting.h b/flang/lib/evaluate/formatting.h index 7d73a2aef2ca..4774b4bbd27a 100644 --- a/flang/lib/evaluate/formatting.h +++ b/flang/lib/evaluate/formatting.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_FORMATTING_H_ #define FORTRAN_EVALUATE_FORMATTING_H_ diff --git a/flang/lib/evaluate/host.cc b/flang/lib/evaluate/host.cc index 2cb5e8b17bd9..82537f2980c7 100644 --- a/flang/lib/evaluate/host.cc +++ b/flang/lib/evaluate/host.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "host.h" diff --git a/flang/lib/evaluate/host.h b/flang/lib/evaluate/host.h index feac5bb30265..fb3059083500 100644 --- a/flang/lib/evaluate/host.h +++ b/flang/lib/evaluate/host.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_HOST_H_ #define FORTRAN_EVALUATE_HOST_H_ diff --git a/flang/lib/evaluate/int-power.h b/flang/lib/evaluate/int-power.h index bfeadedd77b9..01b090856543 100644 --- a/flang/lib/evaluate/int-power.h +++ b/flang/lib/evaluate/int-power.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_INT_POWER_H_ #define FORTRAN_EVALUATE_INT_POWER_H_ diff --git a/flang/lib/evaluate/integer.cc b/flang/lib/evaluate/integer.cc index 586b570bdde7..abc94739bfd7 100644 --- a/flang/lib/evaluate/integer.cc +++ b/flang/lib/evaluate/integer.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "integer.h" diff --git a/flang/lib/evaluate/integer.h b/flang/lib/evaluate/integer.h index 2af128b68851..78f9b84d4a21 100644 --- a/flang/lib/evaluate/integer.h +++ b/flang/lib/evaluate/integer.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_INTEGER_H_ #define FORTRAN_EVALUATE_INTEGER_H_ diff --git a/flang/lib/evaluate/intrinsics-library-templates.h b/flang/lib/evaluate/intrinsics-library-templates.h index 7c2e990b7ddb..78b0c6746770 100644 --- a/flang/lib/evaluate/intrinsics-library-templates.h +++ b/flang/lib/evaluate/intrinsics-library-templates.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_INTRINSICS_LIBRARY_TEMPLATES_H_ #define FORTRAN_EVALUATE_INTRINSICS_LIBRARY_TEMPLATES_H_ diff --git a/flang/lib/evaluate/intrinsics-library.cc b/flang/lib/evaluate/intrinsics-library.cc index cca327647492..4a8e4c6f61b1 100644 --- a/flang/lib/evaluate/intrinsics-library.cc +++ b/flang/lib/evaluate/intrinsics-library.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // This file defines host runtime functions that can be used for folding // intrinsic functions. diff --git a/flang/lib/evaluate/intrinsics-library.h b/flang/lib/evaluate/intrinsics-library.h index 0d7b65e6faf2..a558add87069 100644 --- a/flang/lib/evaluate/intrinsics-library.h +++ b/flang/lib/evaluate/intrinsics-library.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_INTRINSICS_LIBRARY_H_ #define FORTRAN_EVALUATE_INTRINSICS_LIBRARY_H_ diff --git a/flang/lib/evaluate/intrinsics.cc b/flang/lib/evaluate/intrinsics.cc index 9967ce992692..169c9eae2f39 100644 --- a/flang/lib/evaluate/intrinsics.cc +++ b/flang/lib/evaluate/intrinsics.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "intrinsics.h" #include "common.h" diff --git a/flang/lib/evaluate/intrinsics.h b/flang/lib/evaluate/intrinsics.h index 0079e0c701b1..e9463c88fc47 100644 --- a/flang/lib/evaluate/intrinsics.h +++ b/flang/lib/evaluate/intrinsics.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_INTRINSICS_H_ #define FORTRAN_EVALUATE_INTRINSICS_H_ diff --git a/flang/lib/evaluate/logical.cc b/flang/lib/evaluate/logical.cc index 34eddac287ed..e3fcc0e128b1 100644 --- a/flang/lib/evaluate/logical.cc +++ b/flang/lib/evaluate/logical.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "logical.h" diff --git a/flang/lib/evaluate/logical.h b/flang/lib/evaluate/logical.h index ad5075ac22ed..e98637acf553 100644 --- a/flang/lib/evaluate/logical.h +++ b/flang/lib/evaluate/logical.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_LOGICAL_H_ #define FORTRAN_EVALUATE_LOGICAL_H_ diff --git a/flang/lib/evaluate/real.cc b/flang/lib/evaluate/real.cc index 9551f9b8fe3a..4c3f4a677532 100644 --- a/flang/lib/evaluate/real.cc +++ b/flang/lib/evaluate/real.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "real.h" #include "int-power.h" diff --git a/flang/lib/evaluate/real.h b/flang/lib/evaluate/real.h index 34b2fc878837..2e0086c81687 100644 --- a/flang/lib/evaluate/real.h +++ b/flang/lib/evaluate/real.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_REAL_H_ #define FORTRAN_EVALUATE_REAL_H_ diff --git a/flang/lib/evaluate/rounding-bits.h b/flang/lib/evaluate/rounding-bits.h index 54632264c398..fc029b6ae9b4 100644 --- a/flang/lib/evaluate/rounding-bits.h +++ b/flang/lib/evaluate/rounding-bits.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_ROUNDING_BITS_H_ #define FORTRAN_EVALUATE_ROUNDING_BITS_H_ diff --git a/flang/lib/evaluate/shape.cc b/flang/lib/evaluate/shape.cc index 8e72ce2a5ca7..1ccbfea9e891 100644 --- a/flang/lib/evaluate/shape.cc +++ b/flang/lib/evaluate/shape.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "shape.h" #include "characteristics.h" diff --git a/flang/lib/evaluate/shape.h b/flang/lib/evaluate/shape.h index 591d0fcccda2..15e16eb4665e 100644 --- a/flang/lib/evaluate/shape.h +++ b/flang/lib/evaluate/shape.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // GetShape() analyzes an expression and determines its shape, if possible, // representing the result as a vector of scalar integer expressions. diff --git a/flang/lib/evaluate/static-data.cc b/flang/lib/evaluate/static-data.cc index a2b35d7fa4c2..3b08ddb426e9 100644 --- a/flang/lib/evaluate/static-data.cc +++ b/flang/lib/evaluate/static-data.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "static-data.h" #include "../parser/characters.h" diff --git a/flang/lib/evaluate/static-data.h b/flang/lib/evaluate/static-data.h index a10c391d08ff..902dcff20eed 100644 --- a/flang/lib/evaluate/static-data.h +++ b/flang/lib/evaluate/static-data.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_STATIC_DATA_H_ #define FORTRAN_EVALUATE_STATIC_DATA_H_ diff --git a/flang/lib/evaluate/tools.cc b/flang/lib/evaluate/tools.cc index 796d464c3ce7..fc5b5795317e 100644 --- a/flang/lib/evaluate/tools.cc +++ b/flang/lib/evaluate/tools.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "tools.h" #include "characteristics.h" diff --git a/flang/lib/evaluate/tools.h b/flang/lib/evaluate/tools.h index 936165427814..de6e6c5a1f28 100644 --- a/flang/lib/evaluate/tools.h +++ b/flang/lib/evaluate/tools.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_TOOLS_H_ #define FORTRAN_EVALUATE_TOOLS_H_ diff --git a/flang/lib/evaluate/traverse.h b/flang/lib/evaluate/traverse.h index bbe02095983b..9300c9d24d49 100644 --- a/flang/lib/evaluate/traverse.h +++ b/flang/lib/evaluate/traverse.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_TRAVERSE_H_ #define FORTRAN_EVALUATE_TRAVERSE_H_ diff --git a/flang/lib/evaluate/type.cc b/flang/lib/evaluate/type.cc index 410528ef8691..c78c8eebdcf8 100644 --- a/flang/lib/evaluate/type.cc +++ b/flang/lib/evaluate/type.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "type.h" #include "expression.h" diff --git a/flang/lib/evaluate/type.h b/flang/lib/evaluate/type.h index 8b30b9765a14..91a7c6011065 100644 --- a/flang/lib/evaluate/type.h +++ b/flang/lib/evaluate/type.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_TYPE_H_ #define FORTRAN_EVALUATE_TYPE_H_ diff --git a/flang/lib/evaluate/variable.cc b/flang/lib/evaluate/variable.cc index 339e36856d60..a0f16853ba71 100644 --- a/flang/lib/evaluate/variable.cc +++ b/flang/lib/evaluate/variable.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "variable.h" #include "fold.h" diff --git a/flang/lib/evaluate/variable.h b/flang/lib/evaluate/variable.h index 4e626e6473c5..15cd63874968 100644 --- a/flang/lib/evaluate/variable.h +++ b/flang/lib/evaluate/variable.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_EVALUATE_VARIABLE_H_ #define FORTRAN_EVALUATE_VARIABLE_H_ diff --git a/flang/lib/parser/CMakeLists.txt b/flang/lib/parser/CMakeLists.txt index 73d40cf4f5be..feff5efce6ed 100644 --- a/flang/lib/parser/CMakeLists.txt +++ b/flang/lib/parser/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_library(FortranParser Fortran-parsers.cc diff --git a/flang/lib/parser/Fortran-parsers.cc b/flang/lib/parser/Fortran-parsers.cc index 684bd0c58ab1..9efa895e24b8 100644 --- a/flang/lib/parser/Fortran-parsers.cc +++ b/flang/lib/parser/Fortran-parsers.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Top-level grammar specification for Fortran. These parsers drive // the tokenization parsers in cooked-tokens.h to consume characters, diff --git a/flang/lib/parser/basic-parsers.h b/flang/lib/parser/basic-parsers.h index 53014d7a45ff..3cad01164395 100644 --- a/flang/lib/parser/basic-parsers.h +++ b/flang/lib/parser/basic-parsers.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_BASIC_PARSERS_H_ #define FORTRAN_PARSER_BASIC_PARSERS_H_ diff --git a/flang/lib/parser/char-block.h b/flang/lib/parser/char-block.h index 7b1aded95aff..7a234a142480 100644 --- a/flang/lib/parser/char-block.h +++ b/flang/lib/parser/char-block.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_CHAR_BLOCK_H_ #define FORTRAN_PARSER_CHAR_BLOCK_H_ diff --git a/flang/lib/parser/char-buffer.cc b/flang/lib/parser/char-buffer.cc index e7c99bc02d98..5cfddb875443 100644 --- a/flang/lib/parser/char-buffer.cc +++ b/flang/lib/parser/char-buffer.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "char-buffer.h" #include "../common/idioms.h" diff --git a/flang/lib/parser/char-buffer.h b/flang/lib/parser/char-buffer.h index 669eeb7abcd0..c5c0c8a51078 100644 --- a/flang/lib/parser/char-buffer.h +++ b/flang/lib/parser/char-buffer.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_CHAR_BUFFER_H_ #define FORTRAN_PARSER_CHAR_BUFFER_H_ diff --git a/flang/lib/parser/char-set.cc b/flang/lib/parser/char-set.cc index 95bac9785ea0..ae56e9a955e6 100644 --- a/flang/lib/parser/char-set.cc +++ b/flang/lib/parser/char-set.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "char-set.h" diff --git a/flang/lib/parser/char-set.h b/flang/lib/parser/char-set.h index 8573e2880314..6f041b241c0a 100644 --- a/flang/lib/parser/char-set.h +++ b/flang/lib/parser/char-set.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_CHAR_SET_H_ #define FORTRAN_PARSER_CHAR_SET_H_ diff --git a/flang/lib/parser/characters.cc b/flang/lib/parser/characters.cc index 433ab90bdb99..89f16ecea214 100644 --- a/flang/lib/parser/characters.cc +++ b/flang/lib/parser/characters.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "characters.h" #include "../common/idioms.h" diff --git a/flang/lib/parser/characters.h b/flang/lib/parser/characters.h index b15c96689567..ceb7aa18d4bc 100644 --- a/flang/lib/parser/characters.h +++ b/flang/lib/parser/characters.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_CHARACTERS_H_ #define FORTRAN_PARSER_CHARACTERS_H_ diff --git a/flang/lib/parser/debug-parser.cc b/flang/lib/parser/debug-parser.cc index 466411ed9fdf..1f2a9101d0c2 100644 --- a/flang/lib/parser/debug-parser.cc +++ b/flang/lib/parser/debug-parser.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "debug-parser.h" #include "user-state.h" diff --git a/flang/lib/parser/debug-parser.h b/flang/lib/parser/debug-parser.h index 687ac07b412f..82871646f95a 100644 --- a/flang/lib/parser/debug-parser.h +++ b/flang/lib/parser/debug-parser.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_DEBUG_PARSER_H_ #define FORTRAN_PARSER_DEBUG_PARSER_H_ diff --git a/flang/lib/parser/dump-parse-tree.h b/flang/lib/parser/dump-parse-tree.h index e8230dc85a81..1ebbbbd6c7ea 100644 --- a/flang/lib/parser/dump-parse-tree.h +++ b/flang/lib/parser/dump-parse-tree.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_DUMP_PARSE_TREE_H_ #define FORTRAN_PARSER_DUMP_PARSE_TREE_H_ diff --git a/flang/lib/parser/executable-parsers.cc b/flang/lib/parser/executable-parsers.cc index afb4a8d573bf..1cbc4936dcf1 100644 --- a/flang/lib/parser/executable-parsers.cc +++ b/flang/lib/parser/executable-parsers.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Per-type parsers for executable statements diff --git a/flang/lib/parser/expr-parsers.cc b/flang/lib/parser/expr-parsers.cc index 718869e60c25..4989a6b8e30a 100644 --- a/flang/lib/parser/expr-parsers.cc +++ b/flang/lib/parser/expr-parsers.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Per-type parsers for expressions. diff --git a/flang/lib/parser/expr-parsers.h b/flang/lib/parser/expr-parsers.h index a0a3a170cb33..3ed9a2c7096d 100644 --- a/flang/lib/parser/expr-parsers.h +++ b/flang/lib/parser/expr-parsers.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_EXPR_PARSERS_H_ #define FORTRAN_PARSER_EXPR_PARSERS_H_ diff --git a/flang/lib/parser/format-specification.h b/flang/lib/parser/format-specification.h index 2fb00404bcc7..64bce964a8ec 100644 --- a/flang/lib/parser/format-specification.h +++ b/flang/lib/parser/format-specification.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_FORMAT_SPECIFICATION_H_ #define FORTRAN_PARSER_FORMAT_SPECIFICATION_H_ diff --git a/flang/lib/parser/instrumented-parser.cc b/flang/lib/parser/instrumented-parser.cc index ed4ce4c7a278..24a59cc735dd 100644 --- a/flang/lib/parser/instrumented-parser.cc +++ b/flang/lib/parser/instrumented-parser.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "instrumented-parser.h" #include "message.h" diff --git a/flang/lib/parser/instrumented-parser.h b/flang/lib/parser/instrumented-parser.h index bd1c76598db3..66bb73e5fbf1 100644 --- a/flang/lib/parser/instrumented-parser.h +++ b/flang/lib/parser/instrumented-parser.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_INSTRUMENTED_PARSER_H_ #define FORTRAN_PARSER_INSTRUMENTED_PARSER_H_ diff --git a/flang/lib/parser/io-parsers.cc b/flang/lib/parser/io-parsers.cc index 58f8d91a4533..95770081c02c 100644 --- a/flang/lib/parser/io-parsers.cc +++ b/flang/lib/parser/io-parsers.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Per-type parsers for I/O statements and FORMAT diff --git a/flang/lib/parser/message.cc b/flang/lib/parser/message.cc index d26f9d326551..a8a321a50dcc 100644 --- a/flang/lib/parser/message.cc +++ b/flang/lib/parser/message.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "message.h" #include "char-set.h" diff --git a/flang/lib/parser/message.h b/flang/lib/parser/message.h index c118fe9d271a..eb946c2bb2fd 100644 --- a/flang/lib/parser/message.h +++ b/flang/lib/parser/message.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_MESSAGE_H_ #define FORTRAN_PARSER_MESSAGE_H_ diff --git a/flang/lib/parser/misc-parsers.h b/flang/lib/parser/misc-parsers.h index a61dd89911dd..62589bb4d5fb 100644 --- a/flang/lib/parser/misc-parsers.h +++ b/flang/lib/parser/misc-parsers.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Parser templates and constexpr parsers shared by multiple // per-type parser implementation source files. diff --git a/flang/lib/parser/openmp-parsers.cc b/flang/lib/parser/openmp-parsers.cc index a43763e9174a..d30a93a33569 100644 --- a/flang/lib/parser/openmp-parsers.cc +++ b/flang/lib/parser/openmp-parsers.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Top-level grammar specification for OpenMP. // See OpenMP-4.5-grammar.txt for documentation. diff --git a/flang/lib/parser/parse-state.h b/flang/lib/parser/parse-state.h index 28c0c99296f6..03bfaba96d42 100644 --- a/flang/lib/parser/parse-state.h +++ b/flang/lib/parser/parse-state.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_PARSE_STATE_H_ #define FORTRAN_PARSER_PARSE_STATE_H_ diff --git a/flang/lib/parser/parse-tree-visitor.h b/flang/lib/parser/parse-tree-visitor.h index 1853a06e6cf0..2fac69278593 100644 --- a/flang/lib/parser/parse-tree-visitor.h +++ b/flang/lib/parser/parse-tree-visitor.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_PARSE_TREE_VISITOR_H_ #define FORTRAN_PARSER_PARSE_TREE_VISITOR_H_ diff --git a/flang/lib/parser/parse-tree.cc b/flang/lib/parser/parse-tree.cc index a9e91a88847b..afd2c68323ce 100644 --- a/flang/lib/parser/parse-tree.cc +++ b/flang/lib/parser/parse-tree.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "parse-tree.h" #include "user-state.h" diff --git a/flang/lib/parser/parse-tree.h b/flang/lib/parser/parse-tree.h index 6907cebc164b..e94432e0bad5 100644 --- a/flang/lib/parser/parse-tree.h +++ b/flang/lib/parser/parse-tree.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_PARSE_TREE_H_ #define FORTRAN_PARSER_PARSE_TREE_H_ diff --git a/flang/lib/parser/parsing.cc b/flang/lib/parser/parsing.cc index 04843b9181bd..e42752926810 100644 --- a/flang/lib/parser/parsing.cc +++ b/flang/lib/parser/parsing.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "parsing.h" #include "message.h" diff --git a/flang/lib/parser/parsing.h b/flang/lib/parser/parsing.h index 602d01e5e30e..d251b62daa00 100644 --- a/flang/lib/parser/parsing.h +++ b/flang/lib/parser/parsing.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_PARSING_H_ #define FORTRAN_PARSER_PARSING_H_ diff --git a/flang/lib/parser/preprocessor.cc b/flang/lib/parser/preprocessor.cc index 6ca74f375bb6..27ce7f17e647 100644 --- a/flang/lib/parser/preprocessor.cc +++ b/flang/lib/parser/preprocessor.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "preprocessor.h" #include "characters.h" diff --git a/flang/lib/parser/preprocessor.h b/flang/lib/parser/preprocessor.h index d4557403530f..1a0189629ea8 100644 --- a/flang/lib/parser/preprocessor.h +++ b/flang/lib/parser/preprocessor.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_PREPROCESSOR_H_ #define FORTRAN_PARSER_PREPROCESSOR_H_ diff --git a/flang/lib/parser/prescan.cc b/flang/lib/parser/prescan.cc index c2b86a79d425..2af12df9aa9b 100644 --- a/flang/lib/parser/prescan.cc +++ b/flang/lib/parser/prescan.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "prescan.h" #include "characters.h" diff --git a/flang/lib/parser/prescan.h b/flang/lib/parser/prescan.h index fdaec0c10dad..a399cabf1273 100644 --- a/flang/lib/parser/prescan.h +++ b/flang/lib/parser/prescan.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_PRESCAN_H_ #define FORTRAN_PARSER_PRESCAN_H_ diff --git a/flang/lib/parser/program-parsers.cc b/flang/lib/parser/program-parsers.cc index db0183026516..bded0cba5658 100644 --- a/flang/lib/parser/program-parsers.cc +++ b/flang/lib/parser/program-parsers.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Per-type parsers for program units diff --git a/flang/lib/parser/provenance.cc b/flang/lib/parser/provenance.cc index f3aa65404bc3..bfa5133b2e81 100644 --- a/flang/lib/parser/provenance.cc +++ b/flang/lib/parser/provenance.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "provenance.h" #include "../common/idioms.h" diff --git a/flang/lib/parser/provenance.h b/flang/lib/parser/provenance.h index 8b81d588e3c1..52e6d74b2015 100644 --- a/flang/lib/parser/provenance.h +++ b/flang/lib/parser/provenance.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_PROVENANCE_H_ #define FORTRAN_PARSER_PROVENANCE_H_ diff --git a/flang/lib/parser/source.cc b/flang/lib/parser/source.cc index db41d21e8ffb..6dc6c7108b28 100644 --- a/flang/lib/parser/source.cc +++ b/flang/lib/parser/source.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "source.h" #include "char-buffer.h" diff --git a/flang/lib/parser/source.h b/flang/lib/parser/source.h index 16e40d2117ad..1b809e7911d1 100644 --- a/flang/lib/parser/source.h +++ b/flang/lib/parser/source.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_SOURCE_H_ #define FORTRAN_PARSER_SOURCE_H_ diff --git a/flang/lib/parser/stmt-parser.h b/flang/lib/parser/stmt-parser.h index 0738b3d1ab4b..1a290fdecd0a 100644 --- a/flang/lib/parser/stmt-parser.h +++ b/flang/lib/parser/stmt-parser.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_STMT_PARSER_H_ #define FORTRAN_PARSER_STMT_PARSER_H_ diff --git a/flang/lib/parser/token-parsers.h b/flang/lib/parser/token-parsers.h index f97fff3f51d3..6b4ce9ec55d9 100644 --- a/flang/lib/parser/token-parsers.h +++ b/flang/lib/parser/token-parsers.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_TOKEN_PARSERS_H_ #define FORTRAN_PARSER_TOKEN_PARSERS_H_ diff --git a/flang/lib/parser/token-sequence.cc b/flang/lib/parser/token-sequence.cc index 114d3bc0ed0a..6270d3fbf212 100644 --- a/flang/lib/parser/token-sequence.cc +++ b/flang/lib/parser/token-sequence.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "token-sequence.h" #include "characters.h" diff --git a/flang/lib/parser/token-sequence.h b/flang/lib/parser/token-sequence.h index 259615a42b16..d1896928f89e 100644 --- a/flang/lib/parser/token-sequence.h +++ b/flang/lib/parser/token-sequence.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_TOKEN_SEQUENCE_H_ #define FORTRAN_PARSER_TOKEN_SEQUENCE_H_ diff --git a/flang/lib/parser/tools.cc b/flang/lib/parser/tools.cc index 8a5117107fa2..ab0ab153b8ba 100644 --- a/flang/lib/parser/tools.cc +++ b/flang/lib/parser/tools.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "tools.h" diff --git a/flang/lib/parser/tools.h b/flang/lib/parser/tools.h index cab983b66456..461b0f2584e8 100644 --- a/flang/lib/parser/tools.h +++ b/flang/lib/parser/tools.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_TOOLS_H_ #define FORTRAN_PARSER_TOOLS_H_ diff --git a/flang/lib/parser/type-parser-implementation.h b/flang/lib/parser/type-parser-implementation.h index c1611a54acae..995c36d95b1b 100644 --- a/flang/lib/parser/type-parser-implementation.h +++ b/flang/lib/parser/type-parser-implementation.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Macros for implementing per-type parsers diff --git a/flang/lib/parser/type-parsers.h b/flang/lib/parser/type-parsers.h index afc51b7c18e6..7a18b3c671af 100644 --- a/flang/lib/parser/type-parsers.h +++ b/flang/lib/parser/type-parsers.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_TYPE_PARSERS_H_ #define FORTRAN_PARSER_TYPE_PARSERS_H_ diff --git a/flang/lib/parser/unparse.cc b/flang/lib/parser/unparse.cc index c3da11d1248d..6e63962a3fbe 100644 --- a/flang/lib/parser/unparse.cc +++ b/flang/lib/parser/unparse.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Generates Fortran from the content of a parse tree, using the // traversal templates in parse-tree-visitor.h. diff --git a/flang/lib/parser/unparse.h b/flang/lib/parser/unparse.h index 97e8ceca44cb..08d8b8405d23 100644 --- a/flang/lib/parser/unparse.h +++ b/flang/lib/parser/unparse.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_UNPARSE_H_ #define FORTRAN_PARSER_UNPARSE_H_ diff --git a/flang/lib/parser/user-state.cc b/flang/lib/parser/user-state.cc index eb9d350ad751..a0f2ea6cd4bc 100644 --- a/flang/lib/parser/user-state.cc +++ b/flang/lib/parser/user-state.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "user-state.h" #include "parse-state.h" diff --git a/flang/lib/parser/user-state.h b/flang/lib/parser/user-state.h index 4d7c61529bdd..cb14ae35690b 100644 --- a/flang/lib/parser/user-state.h +++ b/flang/lib/parser/user-state.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_PARSER_USER_STATE_H_ #define FORTRAN_PARSER_USER_STATE_H_ diff --git a/flang/lib/semantics/CMakeLists.txt b/flang/lib/semantics/CMakeLists.txt index cdc7fbcf9179..aaea1f3d2b22 100644 --- a/flang/lib/semantics/CMakeLists.txt +++ b/flang/lib/semantics/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_library(FortranSemantics assignment.cc diff --git a/flang/lib/semantics/assignment.cc b/flang/lib/semantics/assignment.cc index be09767ac0bd..162c714f323b 100644 --- a/flang/lib/semantics/assignment.cc +++ b/flang/lib/semantics/assignment.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "assignment.h" #include "expression.h" diff --git a/flang/lib/semantics/assignment.h b/flang/lib/semantics/assignment.h index b115fe08272b..c1c36fb35ae5 100644 --- a/flang/lib/semantics/assignment.h +++ b/flang/lib/semantics/assignment.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_ASSIGNMENT_H_ #define FORTRAN_SEMANTICS_ASSIGNMENT_H_ diff --git a/flang/lib/semantics/attr.cc b/flang/lib/semantics/attr.cc index 55c6a42606d1..765569a9736d 100644 --- a/flang/lib/semantics/attr.cc +++ b/flang/lib/semantics/attr.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "attr.h" #include "../common/idioms.h" diff --git a/flang/lib/semantics/attr.h b/flang/lib/semantics/attr.h index da96209822d9..99db4c82329f 100644 --- a/flang/lib/semantics/attr.h +++ b/flang/lib/semantics/attr.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_ATTR_H_ #define FORTRAN_SEMANTICS_ATTR_H_ diff --git a/flang/lib/semantics/canonicalize-do.cc b/flang/lib/semantics/canonicalize-do.cc index d73e86c09f0f..0f813a6f05a0 100644 --- a/flang/lib/semantics/canonicalize-do.cc +++ b/flang/lib/semantics/canonicalize-do.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "canonicalize-do.h" #include "../parser/parse-tree-visitor.h" diff --git a/flang/lib/semantics/canonicalize-do.h b/flang/lib/semantics/canonicalize-do.h index 2b8fcf933521..4b7c18a5a789 100644 --- a/flang/lib/semantics/canonicalize-do.h +++ b/flang/lib/semantics/canonicalize-do.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CANONICALIZE_DO_H_ #define FORTRAN_SEMANTICS_CANONICALIZE_DO_H_ diff --git a/flang/lib/semantics/canonicalize-omp.cc b/flang/lib/semantics/canonicalize-omp.cc index 4aa203052603..ae57d3f46770 100644 --- a/flang/lib/semantics/canonicalize-omp.cc +++ b/flang/lib/semantics/canonicalize-omp.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "canonicalize-omp.h" #include "../parser/parse-tree-visitor.h" diff --git a/flang/lib/semantics/canonicalize-omp.h b/flang/lib/semantics/canonicalize-omp.h index c49c56d20807..f1f2cfeb9101 100644 --- a/flang/lib/semantics/canonicalize-omp.h +++ b/flang/lib/semantics/canonicalize-omp.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CANONICALIZE_OMP_H_ #define FORTRAN_SEMANTICS_CANONICALIZE_OMP_H_ diff --git a/flang/lib/semantics/check-allocate.cc b/flang/lib/semantics/check-allocate.cc index 717b23a60445..e72d3bdb9bad 100644 --- a/flang/lib/semantics/check-allocate.cc +++ b/flang/lib/semantics/check-allocate.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-allocate.h" #include "assignment.h" diff --git a/flang/lib/semantics/check-allocate.h b/flang/lib/semantics/check-allocate.h index 48057029790b..79e0af5a6797 100644 --- a/flang/lib/semantics/check-allocate.h +++ b/flang/lib/semantics/check-allocate.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_ALLOCATE_H_ #define FORTRAN_SEMANTICS_CHECK_ALLOCATE_H_ diff --git a/flang/lib/semantics/check-arithmeticif.cc b/flang/lib/semantics/check-arithmeticif.cc index a02f25af2356..e6e05f82806b 100644 --- a/flang/lib/semantics/check-arithmeticif.cc +++ b/flang/lib/semantics/check-arithmeticif.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-arithmeticif.h" #include "tools.h" diff --git a/flang/lib/semantics/check-arithmeticif.h b/flang/lib/semantics/check-arithmeticif.h index 16b9425830e6..26a04400d37d 100644 --- a/flang/lib/semantics/check-arithmeticif.h +++ b/flang/lib/semantics/check-arithmeticif.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_ARITHMETICIF_STMT_H_ #define FORTRAN_SEMANTICS_CHECK_ARITHMETICIF_STMT_H_ diff --git a/flang/lib/semantics/check-call.cc b/flang/lib/semantics/check-call.cc index 83f78dd6f13e..856b476917c9 100644 --- a/flang/lib/semantics/check-call.cc +++ b/flang/lib/semantics/check-call.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-call.h" #include "assignment.h" diff --git a/flang/lib/semantics/check-call.h b/flang/lib/semantics/check-call.h index c0cfc8315c54..89953ae6d726 100644 --- a/flang/lib/semantics/check-call.h +++ b/flang/lib/semantics/check-call.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Constraint checking for procedure references diff --git a/flang/lib/semantics/check-coarray.cc b/flang/lib/semantics/check-coarray.cc index 2ebf194cde30..1df756a5bfea 100644 --- a/flang/lib/semantics/check-coarray.cc +++ b/flang/lib/semantics/check-coarray.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-coarray.h" #include "expression.h" diff --git a/flang/lib/semantics/check-coarray.h b/flang/lib/semantics/check-coarray.h index 199f0b64768b..a843105b6817 100644 --- a/flang/lib/semantics/check-coarray.h +++ b/flang/lib/semantics/check-coarray.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_COARRAY_H_ #define FORTRAN_SEMANTICS_CHECK_COARRAY_H_ diff --git a/flang/lib/semantics/check-deallocate.cc b/flang/lib/semantics/check-deallocate.cc index eefecfa6d4eb..0d8238262019 100644 --- a/flang/lib/semantics/check-deallocate.cc +++ b/flang/lib/semantics/check-deallocate.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-deallocate.h" #include "expression.h" diff --git a/flang/lib/semantics/check-deallocate.h b/flang/lib/semantics/check-deallocate.h index 790975bd6d9a..1ad9f3d7d759 100644 --- a/flang/lib/semantics/check-deallocate.h +++ b/flang/lib/semantics/check-deallocate.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_DEALLOCATE_H_ #define FORTRAN_SEMANTICS_CHECK_DEALLOCATE_H_ diff --git a/flang/lib/semantics/check-declarations.cc b/flang/lib/semantics/check-declarations.cc index 50c298af077d..74048b72e1f2 100644 --- a/flang/lib/semantics/check-declarations.cc +++ b/flang/lib/semantics/check-declarations.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Static declaration checking diff --git a/flang/lib/semantics/check-declarations.h b/flang/lib/semantics/check-declarations.h index 3dbf77dce635..19d3072d2c5f 100644 --- a/flang/lib/semantics/check-declarations.h +++ b/flang/lib/semantics/check-declarations.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Static declaration checks diff --git a/flang/lib/semantics/check-do.cc b/flang/lib/semantics/check-do.cc index 6cf38849b438..69c420d104e4 100644 --- a/flang/lib/semantics/check-do.cc +++ b/flang/lib/semantics/check-do.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-do.h" #include "attr.h" diff --git a/flang/lib/semantics/check-do.h b/flang/lib/semantics/check-do.h index c584593b2779..23dfca4f4cbe 100644 --- a/flang/lib/semantics/check-do.h +++ b/flang/lib/semantics/check-do.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_DO_H_ #define FORTRAN_SEMANTICS_CHECK_DO_H_ diff --git a/flang/lib/semantics/check-if-stmt.cc b/flang/lib/semantics/check-if-stmt.cc index c4501393cc7e..b77f11ec5214 100644 --- a/flang/lib/semantics/check-if-stmt.cc +++ b/flang/lib/semantics/check-if-stmt.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-if-stmt.h" #include "tools.h" diff --git a/flang/lib/semantics/check-if-stmt.h b/flang/lib/semantics/check-if-stmt.h index e4815309090b..7e6326e7d2da 100644 --- a/flang/lib/semantics/check-if-stmt.h +++ b/flang/lib/semantics/check-if-stmt.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_IF_STMT_H_ #define FORTRAN_SEMANTICS_CHECK_IF_STMT_H_ diff --git a/flang/lib/semantics/check-io.cc b/flang/lib/semantics/check-io.cc index 3bd696d44c2a..929907f5db0a 100644 --- a/flang/lib/semantics/check-io.cc +++ b/flang/lib/semantics/check-io.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-io.h" #include "expression.h" diff --git a/flang/lib/semantics/check-io.h b/flang/lib/semantics/check-io.h index 558bee74e517..e8d61c659dbd 100644 --- a/flang/lib/semantics/check-io.h +++ b/flang/lib/semantics/check-io.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_IO_H_ #define FORTRAN_SEMANTICS_CHECK_IO_H_ diff --git a/flang/lib/semantics/check-nullify.cc b/flang/lib/semantics/check-nullify.cc index 718e425b1dad..7c570dad9abd 100644 --- a/flang/lib/semantics/check-nullify.cc +++ b/flang/lib/semantics/check-nullify.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-nullify.h" #include "assignment.h" diff --git a/flang/lib/semantics/check-nullify.h b/flang/lib/semantics/check-nullify.h index 783d1b23bff4..c034db7ea7ab 100644 --- a/flang/lib/semantics/check-nullify.h +++ b/flang/lib/semantics/check-nullify.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_NULLIFY_H_ #define FORTRAN_SEMANTICS_CHECK_NULLIFY_H_ diff --git a/flang/lib/semantics/check-omp-structure.cc b/flang/lib/semantics/check-omp-structure.cc index 3eadeed20591..1c1ed3320e86 100644 --- a/flang/lib/semantics/check-omp-structure.cc +++ b/flang/lib/semantics/check-omp-structure.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-omp-structure.h" #include "tools.h" diff --git a/flang/lib/semantics/check-omp-structure.h b/flang/lib/semantics/check-omp-structure.h index 1e887761a1fd..a08884c450b9 100644 --- a/flang/lib/semantics/check-omp-structure.h +++ b/flang/lib/semantics/check-omp-structure.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // OpenMP structure validity check list // 1. invalid clauses on directive diff --git a/flang/lib/semantics/check-purity.cc b/flang/lib/semantics/check-purity.cc index ac3c89b6ba1b..6d33aa1e8946 100644 --- a/flang/lib/semantics/check-purity.cc +++ b/flang/lib/semantics/check-purity.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-purity.h" #include "tools.h" diff --git a/flang/lib/semantics/check-purity.h b/flang/lib/semantics/check-purity.h index 64acea2a140d..80e6d7796725 100644 --- a/flang/lib/semantics/check-purity.h +++ b/flang/lib/semantics/check-purity.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_PURITY_H_ #define FORTRAN_SEMANTICS_CHECK_PURITY_H_ diff --git a/flang/lib/semantics/check-return.cc b/flang/lib/semantics/check-return.cc index f66f7df61310..3b726a6c86f6 100644 --- a/flang/lib/semantics/check-return.cc +++ b/flang/lib/semantics/check-return.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-return.h" #include "semantics.h" diff --git a/flang/lib/semantics/check-return.h b/flang/lib/semantics/check-return.h index 269791de0dfd..176d9458485c 100644 --- a/flang/lib/semantics/check-return.h +++ b/flang/lib/semantics/check-return.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_RETURN_H_ #define FORTRAN_SEMANTICS_CHECK_RETURN_H_ diff --git a/flang/lib/semantics/check-stop.cc b/flang/lib/semantics/check-stop.cc index d029037d24d3..7655ab7365c4 100644 --- a/flang/lib/semantics/check-stop.cc +++ b/flang/lib/semantics/check-stop.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "check-stop.h" #include "semantics.h" diff --git a/flang/lib/semantics/check-stop.h b/flang/lib/semantics/check-stop.h index 66e22ec693db..957555de0dea 100644 --- a/flang/lib/semantics/check-stop.h +++ b/flang/lib/semantics/check-stop.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_CHECK_STOP_H_ #define FORTRAN_SEMANTICS_CHECK_STOP_H_ diff --git a/flang/lib/semantics/expression.cc b/flang/lib/semantics/expression.cc index 0a9710fc0a7e..3cf0a3ac8ac3 100644 --- a/flang/lib/semantics/expression.cc +++ b/flang/lib/semantics/expression.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "expression.h" #include "assignment.h" diff --git a/flang/lib/semantics/expression.h b/flang/lib/semantics/expression.h index 2ec3b3468bb3..e84956614c5f 100644 --- a/flang/lib/semantics/expression.h +++ b/flang/lib/semantics/expression.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_EXPRESSION_H_ #define FORTRAN_SEMANTICS_EXPRESSION_H_ diff --git a/flang/lib/semantics/mod-file.cc b/flang/lib/semantics/mod-file.cc index 545bd0c950c6..6846e2827f41 100644 --- a/flang/lib/semantics/mod-file.cc +++ b/flang/lib/semantics/mod-file.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "mod-file.h" #include "resolve-names.h" diff --git a/flang/lib/semantics/mod-file.h b/flang/lib/semantics/mod-file.h index fd498b7fbc3e..4d5afae0d5be 100644 --- a/flang/lib/semantics/mod-file.h +++ b/flang/lib/semantics/mod-file.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_MOD_FILE_H_ #define FORTRAN_SEMANTICS_MOD_FILE_H_ diff --git a/flang/lib/semantics/program-tree.cc b/flang/lib/semantics/program-tree.cc index c4fc6e7bf747..afdbfb471b06 100644 --- a/flang/lib/semantics/program-tree.cc +++ b/flang/lib/semantics/program-tree.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "program-tree.h" #include "scope.h" diff --git a/flang/lib/semantics/program-tree.h b/flang/lib/semantics/program-tree.h index b5bfb54de5b6..509bf27c4ad7 100644 --- a/flang/lib/semantics/program-tree.h +++ b/flang/lib/semantics/program-tree.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_PROGRAM_TREE_H_ #define FORTRAN_SEMANTICS_PROGRAM_TREE_H_ diff --git a/flang/lib/semantics/resolve-labels.cc b/flang/lib/semantics/resolve-labels.cc index 097b9f16c94d..c8c2c4293366 100644 --- a/flang/lib/semantics/resolve-labels.cc +++ b/flang/lib/semantics/resolve-labels.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "resolve-labels.h" #include "semantics.h" diff --git a/flang/lib/semantics/resolve-labels.h b/flang/lib/semantics/resolve-labels.h index cb6ff03bb259..9cb8a9a51a8c 100644 --- a/flang/lib/semantics/resolve-labels.h +++ b/flang/lib/semantics/resolve-labels.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_RESOLVE_LABELS_H_ #define FORTRAN_SEMANTICS_RESOLVE_LABELS_H_ diff --git a/flang/lib/semantics/resolve-names-utils.cc b/flang/lib/semantics/resolve-names-utils.cc index f7968bf0dc49..4fc70a6bb5ae 100644 --- a/flang/lib/semantics/resolve-names-utils.cc +++ b/flang/lib/semantics/resolve-names-utils.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "resolve-names-utils.h" #include "expression.h" diff --git a/flang/lib/semantics/resolve-names-utils.h b/flang/lib/semantics/resolve-names-utils.h index 0f8f9053595a..05ca093efc71 100644 --- a/flang/lib/semantics/resolve-names-utils.h +++ b/flang/lib/semantics/resolve-names-utils.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_RESOLVE_NAMES_UTILS_H_ #define FORTRAN_SEMANTICS_RESOLVE_NAMES_UTILS_H_ diff --git a/flang/lib/semantics/resolve-names.cc b/flang/lib/semantics/resolve-names.cc index 1482bf6e3fee..412b836daebd 100644 --- a/flang/lib/semantics/resolve-names.cc +++ b/flang/lib/semantics/resolve-names.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "resolve-names.h" #include "assignment.h" diff --git a/flang/lib/semantics/resolve-names.h b/flang/lib/semantics/resolve-names.h index 3fd7a9c37952..da4907ebd434 100644 --- a/flang/lib/semantics/resolve-names.h +++ b/flang/lib/semantics/resolve-names.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_RESOLVE_NAMES_H_ #define FORTRAN_SEMANTICS_RESOLVE_NAMES_H_ diff --git a/flang/lib/semantics/rewrite-parse-tree.cc b/flang/lib/semantics/rewrite-parse-tree.cc index 90ff4abb7068..c23aad7e6fe3 100644 --- a/flang/lib/semantics/rewrite-parse-tree.cc +++ b/flang/lib/semantics/rewrite-parse-tree.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "rewrite-parse-tree.h" #include "scope.h" diff --git a/flang/lib/semantics/rewrite-parse-tree.h b/flang/lib/semantics/rewrite-parse-tree.h index b4331fc6c0ca..e5ef961e8242 100644 --- a/flang/lib/semantics/rewrite-parse-tree.h +++ b/flang/lib/semantics/rewrite-parse-tree.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_REWRITE_PARSE_TREE_H_ #define FORTRAN_SEMANTICS_REWRITE_PARSE_TREE_H_ diff --git a/flang/lib/semantics/scope.cc b/flang/lib/semantics/scope.cc index c8d74d18e428..9173d9499000 100644 --- a/flang/lib/semantics/scope.cc +++ b/flang/lib/semantics/scope.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "scope.h" #include "symbol.h" diff --git a/flang/lib/semantics/scope.h b/flang/lib/semantics/scope.h index 98ec5bbba581..3a7bd9c30a0a 100644 --- a/flang/lib/semantics/scope.h +++ b/flang/lib/semantics/scope.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_SCOPE_H_ #define FORTRAN_SEMANTICS_SCOPE_H_ diff --git a/flang/lib/semantics/semantics.cc b/flang/lib/semantics/semantics.cc index 37af5888a8d7..cac83ec28b73 100644 --- a/flang/lib/semantics/semantics.cc +++ b/flang/lib/semantics/semantics.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "semantics.h" #include "assignment.h" diff --git a/flang/lib/semantics/semantics.h b/flang/lib/semantics/semantics.h index cac82650d994..d7ebb5a9e553 100644 --- a/flang/lib/semantics/semantics.h +++ b/flang/lib/semantics/semantics.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_SEMANTICS_H_ #define FORTRAN_SEMANTICS_SEMANTICS_H_ diff --git a/flang/lib/semantics/symbol.cc b/flang/lib/semantics/symbol.cc index af292e4ac710..9646059c0dba 100644 --- a/flang/lib/semantics/symbol.cc +++ b/flang/lib/semantics/symbol.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "symbol.h" #include "scope.h" diff --git a/flang/lib/semantics/symbol.h b/flang/lib/semantics/symbol.h index f189d8830d3f..3d722ea09476 100644 --- a/flang/lib/semantics/symbol.h +++ b/flang/lib/semantics/symbol.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_SYMBOL_H_ #define FORTRAN_SEMANTICS_SYMBOL_H_ diff --git a/flang/lib/semantics/tools.cc b/flang/lib/semantics/tools.cc index c8a5d4348c8d..269f8324aabc 100644 --- a/flang/lib/semantics/tools.cc +++ b/flang/lib/semantics/tools.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "tools.h" #include "scope.h" diff --git a/flang/lib/semantics/tools.h b/flang/lib/semantics/tools.h index aea04eeb0c4e..1431563d22ba 100644 --- a/flang/lib/semantics/tools.h +++ b/flang/lib/semantics/tools.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_TOOLS_H_ #define FORTRAN_SEMANTICS_TOOLS_H_ diff --git a/flang/lib/semantics/type.cc b/flang/lib/semantics/type.cc index 78ced48c73c2..f4f77c2811f0 100644 --- a/flang/lib/semantics/type.cc +++ b/flang/lib/semantics/type.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "type.h" #include "scope.h" diff --git a/flang/lib/semantics/type.h b/flang/lib/semantics/type.h index 85d658b19d1d..4173d2aaf8c3 100644 --- a/flang/lib/semantics/type.h +++ b/flang/lib/semantics/type.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_TYPE_H_ #define FORTRAN_SEMANTICS_TYPE_H_ diff --git a/flang/lib/semantics/unparse-with-symbols.cc b/flang/lib/semantics/unparse-with-symbols.cc index 00dfd65e5c8c..67d27f9c7057 100644 --- a/flang/lib/semantics/unparse-with-symbols.cc +++ b/flang/lib/semantics/unparse-with-symbols.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "unparse-with-symbols.h" #include "symbol.h" diff --git a/flang/lib/semantics/unparse-with-symbols.h b/flang/lib/semantics/unparse-with-symbols.h index c358bf8e42f5..727dc89b9955 100644 --- a/flang/lib/semantics/unparse-with-symbols.h +++ b/flang/lib/semantics/unparse-with-symbols.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_SEMANTICS_UNPARSE_WITH_SYMBOLS_H_ #define FORTRAN_SEMANTICS_UNPARSE_WITH_SYMBOLS_H_ diff --git a/flang/module/__fortran_builtins.f90 b/flang/module/__fortran_builtins.f90 index b8a316e227f6..67acad0f4ffd 100644 --- a/flang/module/__fortran_builtins.f90 +++ b/flang/module/__fortran_builtins.f90 @@ -4,7 +4,7 @@ ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!------------------------------------------------------------------------------! +!===------------------------------------------------------------------------===! ! These naming shenanigans prevent names from Fortran intrinsic modules ! from being usable on INTRINSIC statements, and force the program diff --git a/flang/module/ieee_arithmetic.f90 b/flang/module/ieee_arithmetic.f90 index e3168d913c10..3e0ad85fde7d 100644 --- a/flang/module/ieee_arithmetic.f90 +++ b/flang/module/ieee_arithmetic.f90 @@ -4,7 +4,7 @@ ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!------------------------------------------------------------------------------! +!===------------------------------------------------------------------------===! ! See Fortran 2018, clause 17.2 module ieee_arithmetic diff --git a/flang/module/ieee_exceptions.f90 b/flang/module/ieee_exceptions.f90 index 6722c1de029c..82df89697729 100644 --- a/flang/module/ieee_exceptions.f90 +++ b/flang/module/ieee_exceptions.f90 @@ -4,7 +4,7 @@ ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!------------------------------------------------------------------------------! +!===------------------------------------------------------------------------===! ! See Fortran 2018, clause 17 module ieee_exceptions diff --git a/flang/module/ieee_features.f90 b/flang/module/ieee_features.f90 index ffc88dbd60df..aab3daf78af0 100644 --- a/flang/module/ieee_features.f90 +++ b/flang/module/ieee_features.f90 @@ -4,7 +4,7 @@ ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!------------------------------------------------------------------------------! +!===------------------------------------------------------------------------===! ! See Fortran 2018, clause 17.2 diff --git a/flang/module/iso_c_binding.f90 b/flang/module/iso_c_binding.f90 index 6705e28b758d..7d7a5a29da9e 100644 --- a/flang/module/iso_c_binding.f90 +++ b/flang/module/iso_c_binding.f90 @@ -4,7 +4,7 @@ ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!------------------------------------------------------------------------------! +!===------------------------------------------------------------------------===! ! See Fortran 2018, clause 18.2 diff --git a/flang/module/iso_fortran_env.f90 b/flang/module/iso_fortran_env.f90 index 967e34df41a0..01676cd7f894 100644 --- a/flang/module/iso_fortran_env.f90 +++ b/flang/module/iso_fortran_env.f90 @@ -4,7 +4,7 @@ ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!------------------------------------------------------------------------------! +!===------------------------------------------------------------------------===! ! See Fortran 2018, clause 16.10.2 ! TODO: These are placeholder values so that some tests can be run. diff --git a/flang/module/omp_lib.f90 b/flang/module/omp_lib.f90 index 96a91494790e..2ca15da68915 100644 --- a/flang/module/omp_lib.f90 +++ b/flang/module/omp_lib.f90 @@ -4,7 +4,7 @@ ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!------------------------------------------------------------------------------! +!===------------------------------------------------------------------------===! module omp_lib diff --git a/flang/module/omp_lib.h b/flang/module/omp_lib.h index cd3791ca9905..993b00409af7 100644 --- a/flang/module/omp_lib.h +++ b/flang/module/omp_lib.h @@ -4,7 +4,7 @@ ! See https://llvm.org/LICENSE.txt for license information. ! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ! -!------------------------------------------------------------------------------! +!===------------------------------------------------------------------------===! !dir$ free diff --git a/flang/runtime/CMakeLists.txt b/flang/runtime/CMakeLists.txt index d5ba1341c2e8..99713cc23bbe 100644 --- a/flang/runtime/CMakeLists.txt +++ b/flang/runtime/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_library(FortranRuntime ISO_Fortran_binding.cc diff --git a/flang/runtime/ISO_Fortran_binding.cc b/flang/runtime/ISO_Fortran_binding.cc index 451487006436..2a72aeac1db8 100644 --- a/flang/runtime/ISO_Fortran_binding.cc +++ b/flang/runtime/ISO_Fortran_binding.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Implements the required interoperability API from ISO_Fortran_binding.h // as specified in section 18.5.5 of Fortran 2018. diff --git a/flang/runtime/c-or-cpp.h b/flang/runtime/c-or-cpp.h index 3b0179b2045e..b514838cdc6c 100644 --- a/flang/runtime/c-or-cpp.h +++ b/flang/runtime/c-or-cpp.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_RUNTIME_C_OR_CPP_H_ #define FORTRAN_RUNTIME_C_OR_CPP_H_ diff --git a/flang/runtime/derived-type.cc b/flang/runtime/derived-type.cc index ec0b0f915050..69b3292ea0c3 100644 --- a/flang/runtime/derived-type.cc +++ b/flang/runtime/derived-type.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "derived-type.h" #include "descriptor.h" diff --git a/flang/runtime/derived-type.h b/flang/runtime/derived-type.h index 28993d51f7ef..e55c770b5d29 100644 --- a/flang/runtime/derived-type.h +++ b/flang/runtime/derived-type.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_RUNTIME_DERIVED_TYPE_H_ #define FORTRAN_RUNTIME_DERIVED_TYPE_H_ diff --git a/flang/runtime/descriptor.cc b/flang/runtime/descriptor.cc index 641afb1b7fef..8cd66bf48c95 100644 --- a/flang/runtime/descriptor.cc +++ b/flang/runtime/descriptor.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "descriptor.h" #include "../lib/common/idioms.h" diff --git a/flang/runtime/descriptor.h b/flang/runtime/descriptor.h index 4525113cbf73..5d5dd094ea8e 100644 --- a/flang/runtime/descriptor.h +++ b/flang/runtime/descriptor.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_RUNTIME_DESCRIPTOR_H_ #define FORTRAN_RUNTIME_DESCRIPTOR_H_ diff --git a/flang/runtime/entry-names.h b/flang/runtime/entry-names.h index d99b203fc3c8..db80fee10525 100644 --- a/flang/runtime/entry-names.h +++ b/flang/runtime/entry-names.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Defines the macro RTNAME(n) which decorates the external name of a runtime // library function or object with extra characters so that it diff --git a/flang/runtime/io-api.h b/flang/runtime/io-api.h index f149b68123af..f41308592a44 100644 --- a/flang/runtime/io-api.h +++ b/flang/runtime/io-api.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Defines API between compiled code and I/O runtime library. diff --git a/flang/runtime/main.cc b/flang/runtime/main.cc index 58053b13ac80..0dd0963d5060 100644 --- a/flang/runtime/main.cc +++ b/flang/runtime/main.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "main.h" #include "terminator.h" diff --git a/flang/runtime/main.h b/flang/runtime/main.h index d93906b4f06f..bd744ae3495e 100644 --- a/flang/runtime/main.h +++ b/flang/runtime/main.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_RUNTIME_MAIN_H_ #define FORTRAN_RUNTIME_MAIN_H_ diff --git a/flang/runtime/stop.cc b/flang/runtime/stop.cc index 5027c7002785..5cd96efd8523 100644 --- a/flang/runtime/stop.cc +++ b/flang/runtime/stop.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "stop.h" #include "terminator.h" diff --git a/flang/runtime/stop.h b/flang/runtime/stop.h index 5e8ea6ad26ff..b3d8e32c5de4 100644 --- a/flang/runtime/stop.h +++ b/flang/runtime/stop.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_RUNTIME_STOP_H_ #define FORTRAN_RUNTIME_STOP_H_ diff --git a/flang/runtime/terminator.cc b/flang/runtime/terminator.cc index a9605d278179..797763854ad6 100644 --- a/flang/runtime/terminator.cc +++ b/flang/runtime/terminator.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "terminator.h" #include diff --git a/flang/runtime/terminator.h b/flang/runtime/terminator.h index 6d2ad201c3ad..99e0723e7fde 100644 --- a/flang/runtime/terminator.h +++ b/flang/runtime/terminator.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Termination of the image diff --git a/flang/runtime/transformational.cc b/flang/runtime/transformational.cc index 231f795e6d47..7a02bd7edb18 100644 --- a/flang/runtime/transformational.cc +++ b/flang/runtime/transformational.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "transformational.h" #include "../lib/common/idioms.h" diff --git a/flang/runtime/transformational.h b/flang/runtime/transformational.h index 6df106977734..c57231c7951a 100644 --- a/flang/runtime/transformational.h +++ b/flang/runtime/transformational.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_RUNTIME_TRANSFORMATIONAL_H_ #define FORTRAN_RUNTIME_TRANSFORMATIONAL_H_ diff --git a/flang/runtime/type-code.cc b/flang/runtime/type-code.cc index 4435b4478e19..d4fbced71a37 100644 --- a/flang/runtime/type-code.cc +++ b/flang/runtime/type-code.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #include "type-code.h" diff --git a/flang/runtime/type-code.h b/flang/runtime/type-code.h index 7f7516907d96..497549997ac1 100644 --- a/flang/runtime/type-code.h +++ b/flang/runtime/type-code.h @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// #ifndef FORTRAN_RUNTIME_TYPE_CODE_H_ #define FORTRAN_RUNTIME_TYPE_CODE_H_ diff --git a/flang/test/CMakeLists.txt b/flang/test/CMakeLists.txt index 1463c136db7a..da06c83ac5c7 100644 --- a/flang/test/CMakeLists.txt +++ b/flang/test/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_subdirectory(decimal) add_subdirectory(evaluate) diff --git a/flang/test/decimal/CMakeLists.txt b/flang/test/decimal/CMakeLists.txt index 8d53b5288d97..19050bafba45 100644 --- a/flang/test/decimal/CMakeLists.txt +++ b/flang/test/decimal/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_executable(quick-sanity-test quick-sanity-test.cc diff --git a/flang/test/evaluate/CMakeLists.txt b/flang/test/evaluate/CMakeLists.txt index 77e601435dee..47b1f780543f 100644 --- a/flang/test/evaluate/CMakeLists.txt +++ b/flang/test/evaluate/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_library(FortranEvaluateTesting testing.cc diff --git a/flang/test/semantics/CMakeLists.txt b/flang/test/semantics/CMakeLists.txt index 8c74d952bd6f..2c8d636c8af9 100644 --- a/flang/test/semantics/CMakeLists.txt +++ b/flang/test/semantics/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# # Run tests with test_errors.sh. It compiles the test with f18 and compares # actual errors produced with expected ones listed in the source. diff --git a/flang/tools/CMakeLists.txt b/flang/tools/CMakeLists.txt index 92af5e0d04ea..41983a7b2e39 100644 --- a/flang/tools/CMakeLists.txt +++ b/flang/tools/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# add_subdirectory(f18) diff --git a/flang/tools/f18/CMakeLists.txt b/flang/tools/f18/CMakeLists.txt index ab2f9b64b1fe..1a4c97ec03a5 100644 --- a/flang/tools/f18/CMakeLists.txt +++ b/flang/tools/f18/CMakeLists.txt @@ -4,7 +4,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin") file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/include") diff --git a/flang/tools/f18/dump.cc b/flang/tools/f18/dump.cc index ca9a0e8220be..fd2c75e8f4b5 100644 --- a/flang/tools/f18/dump.cc +++ b/flang/tools/f18/dump.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // This file defines Dump routines available for calling from the debugger. // Each is based on operator<< for that type. There are overloadings for diff --git a/flang/tools/f18/f18-parse-demo.cc b/flang/tools/f18/f18-parse-demo.cc index f3a9456e6441..4bb30f9767e3 100644 --- a/flang/tools/f18/f18-parse-demo.cc +++ b/flang/tools/f18/f18-parse-demo.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // F18 parsing demonstration. // f18-parse-demo [ -E | -fdump-parse-tree | -funparse-only ] diff --git a/flang/tools/f18/f18.cc b/flang/tools/f18/f18.cc index f62aa99dcfed..f23f6e4f9b93 100644 --- a/flang/tools/f18/f18.cc +++ b/flang/tools/f18/f18.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // Temporary Fortran front end driver main program for development scaffolding. diff --git a/flang/tools/f18/flang.sh b/flang/tools/f18/flang.sh index ca2956d1007d..bf37e99f4d22 100644 --- a/flang/tools/f18/flang.sh +++ b/flang/tools/f18/flang.sh @@ -5,7 +5,7 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # -#------------------------------------------------------------------------------# +#===------------------------------------------------------------------------===# function abspath() { pushd . > /dev/null; diff --git a/flang/tools/f18/stub-evaluate.cc b/flang/tools/f18/stub-evaluate.cc index 4ffceb4bd546..14f16c7bda62 100644 --- a/flang/tools/f18/stub-evaluate.cc +++ b/flang/tools/f18/stub-evaluate.cc @@ -4,7 +4,7 @@ // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -//----------------------------------------------------------------------------// +//===----------------------------------------------------------------------===// // The parse tree has slots in which pointers to the results of semantic // analysis may be placed. When using the parser without the semantics