Skip to content

Commit 104cc34

Browse files
committed
add coding style comments
1 parent ea6e90d commit 104cc34

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

flang/include/flang/Lower/OpenMP.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
//
9+
// Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
10+
//
11+
//===----------------------------------------------------------------------===//
812

913
#ifndef FORTRAN_LOWER_OPENMP_H
1014
#define FORTRAN_LOWER_OPENMP_H

flang/lib/Lower/OpenMP.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
//
9+
// Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
10+
//
11+
//===----------------------------------------------------------------------===//
812

913
#include "flang/Lower/OpenMP.h"
1014
#include "flang/Lower/Bridge.h"

0 commit comments

Comments
 (0)