[clang] clang: Fix wrong C++ marker in tablegen file (PR #142534)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 2 22:58:26 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Matt Arsenault (arsenm)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/142534.diff


1 Files Affected:

- (modified) clang/include/clang/Basic/BuiltinsBase.td (+1-1) 


``````````diff
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.

``````````

</details>


https://github.com/llvm/llvm-project/pull/142534


More information about the cfe-commits mailing list