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

via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 3 07:50:22 PDT 2025


Author: Matt Arsenault
Date: 2025-06-03T23:50:18+09:00
New Revision: 038b1620467d48df7abd99b38165133c4f13dce6

URL: https://github.com/llvm/llvm-project/commit/038b1620467d48df7abd99b38165133c4f13dce6
DIFF: https://github.com/llvm/llvm-project/commit/038b1620467d48df7abd99b38165133c4f13dce6.diff

LOG: clang: Fix wrong C++ marker in tablegen file (#142534)

Added: 
    

Modified: 
    clang/include/clang/Basic/BuiltinsBase.td

Removed: 
    


################################################################################
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.


        


More information about the cfe-commits mailing list