[clang] 18914f7 - OpenMP: Fix broken c++ mode comment
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 25 05:36:26 PDT 2023
Author: Matt Arsenault
Date: 2023-07-25T08:36:19-04:00
New Revision: 18914f795523b7099cad0cf16ac4cd062ac998d4
URL: https://github.com/llvm/llvm-project/commit/18914f795523b7099cad0cf16ac4cd062ac998d4
DIFF: https://github.com/llvm/llvm-project/commit/18914f795523b7099cad0cf16ac4cd062ac998d4.diff
LOG: OpenMP: Fix broken c++ mode comment
Added:
Modified:
clang/lib/Headers/openmp_wrappers/cmath
Removed:
################################################################################
diff --git a/clang/lib/Headers/openmp_wrappers/cmath b/clang/lib/Headers/openmp_wrappers/cmath
index 22a720aca9561b..e1b71516e72c2e 100644
--- a/clang/lib/Headers/openmp_wrappers/cmath
+++ b/clang/lib/Headers/openmp_wrappers/cmath
@@ -1,4 +1,4 @@
-/*===-- __clang_openmp_device_functions.h - OpenMP math declares ------ c++ -===
+/*===-- __clang_openmp_device_functions.h - OpenMP math declares -*- c++ -*-===
*
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
* See https://llvm.org/LICENSE.txt for license information.
More information about the cfe-commits
mailing list