[PATCH] D110850: [flang][NFC] Fix header comments in some runtime headers

Jean Perier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 14:05:11 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGcf1f5fbdfcf5: [flang][NFC] Fix header comments in some runtime headers (authored by jeanPerier).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110850/new/

https://reviews.llvm.org/D110850

Files:
  flang/include/flang/Runtime/allocatable.h
  flang/include/flang/Runtime/entry-names.h


Index: flang/include/flang/Runtime/entry-names.h
===================================================================
--- flang/include/flang/Runtime/entry-names.h
+++ flang/include/flang/Runtime/entry-names.h
@@ -1,4 +1,4 @@
-/*===-- include/flang/Runtime/entry-names.h -------------------------*- C -*-===
+/*===-- include/flang/Runtime/entry-names.h -------------------------*- C -*-=//
  *
  * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  * See https://llvm.org/LICENSE.txt for license information.
Index: flang/include/flang/Runtime/allocatable.h
===================================================================
--- flang/include/flang/Runtime/allocatable.h
+++ flang/include/flang/Runtime/allocatable.h
@@ -1,4 +1,4 @@
-//===-- include/flang/Runtime/allocatable.h ----------------
+//===-- include/flang/Runtime/allocatable.h ---------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110850.376359.patch
Type: text/x-patch
Size: 1054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210930/c10d6ed3/attachment.bin>


More information about the llvm-commits mailing list