[llvm] r354590 - Fix missing C++ mode comments

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 21 07:48:10 PST 2019


Author: arsenm
Date: Thu Feb 21 07:48:10 2019
New Revision: 354590

URL: http://llvm.org/viewvc/llvm-project?rev=354590&view=rev
Log:
Fix missing C++ mode comments

Modified:
    llvm/trunk/include/llvm/Support/ScopedPrinter.h
    llvm/trunk/utils/TableGen/SubtargetFeatureInfo.h

Modified: llvm/trunk/include/llvm/Support/ScopedPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ScopedPrinter.h?rev=354590&r1=354589&r2=354590&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ScopedPrinter.h (original)
+++ llvm/trunk/include/llvm/Support/ScopedPrinter.h Thu Feb 21 07:48:10 2019
@@ -1,4 +1,4 @@
-//===-- ScopedPrinter.h ---------------------------------------------------===//
+//===-- ScopedPrinter.h ----------------------------------------*- C++ -*--===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

Modified: llvm/trunk/utils/TableGen/SubtargetFeatureInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/SubtargetFeatureInfo.h?rev=354590&r1=354589&r2=354590&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/SubtargetFeatureInfo.h (original)
+++ llvm/trunk/utils/TableGen/SubtargetFeatureInfo.h Thu Feb 21 07:48:10 2019
@@ -1,4 +1,4 @@
-//===- SubtargetFeatureInfo.h - Helpers for subtarget features ------------===//
+//===- SubtargetFeatureInfo.h - Helpers for subtarget features --*- 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