https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/142534
None >From ef0db5d83400a2d43a8706cbfb7374a91d68f72f Mon Sep 17 00:00:00 2001 From: Matt Arsenault <matthew.arsena...@amd.com> Date: Mon, 2 Jun 2025 16:58:10 +0200 Subject: [PATCH] clang: Fix wrong C++ marker in tablegen file --- clang/include/clang/Basic/BuiltinsBase.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/BuiltinsBase.td b/clang/include/clang/Basic/BuiltinsBase.td index cf15a31235e7e..09bc9f89059fe 100644 --- a/clang/include/clang/Basic/BuiltinsBase.td +++ b/clang/include/clang/Basic/BuiltinsBase.td @@ -1,4 +1,4 @@ -//===--- BuiltinsBase.td - common structured used by builtins ---*- C++ -*-===// +//===--- BuiltinsBase.td - common structured used by builtins -------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits