[llvm] 6775e13 - Fix missing C++ mode comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 20:08:31 PDT 2022


Author: Matt Arsenault
Date: 2022-10-31T18:37:40-07:00
New Revision: 6775e13d6041c527d34deb6b8b72017019474993

URL: https://github.com/llvm/llvm-project/commit/6775e13d6041c527d34deb6b8b72017019474993
DIFF: https://github.com/llvm/llvm-project/commit/6775e13d6041c527d34deb6b8b72017019474993.diff

LOG: Fix missing C++ mode comment

Added: 
    

Modified: 
    llvm/include/llvm/Support/ToolOutputFile.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/ToolOutputFile.h b/llvm/include/llvm/Support/ToolOutputFile.h
index 6b7222550b9f8..9930e0b90311a 100644
--- a/llvm/include/llvm/Support/ToolOutputFile.h
+++ b/llvm/include/llvm/Support/ToolOutputFile.h
@@ -1,4 +1,4 @@
-//===- ToolOutputFile.h - Output files for compiler-like tools -----------===//
+//===- ToolOutputFile.h - Output files for compiler-like tools --*- 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 llvm-commits mailing list