[llvm] 817cd3d - Fix missing c++ mode comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 10:41:09 PDT 2020


Author: Matt Arsenault
Date: 2020-10-21T13:40:43-04:00
New Revision: 817cd3d191be44067c1d037729e0cdfe89e35a77

URL: https://github.com/llvm/llvm-project/commit/817cd3d191be44067c1d037729e0cdfe89e35a77
DIFF: https://github.com/llvm/llvm-project/commit/817cd3d191be44067c1d037729e0cdfe89e35a77.diff

LOG: Fix missing c++ mode comment

Added: 
    

Modified: 
    llvm/include/llvm/LTO/Config.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/LTO/Config.h b/llvm/include/llvm/LTO/Config.h
index 0a3e52316460..a305778a305b 100644
--- a/llvm/include/llvm/LTO/Config.h
+++ b/llvm/include/llvm/LTO/Config.h
@@ -1,4 +1,4 @@
-//===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
+//===-Config.h - LLVM Link Time Optimizer Configuration ---------*- 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