From e1cbabaff0498efb40ff1f96c32fe95adbc8a49e Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 21 Feb 2019 15:48:10 +0000 Subject: [PATCH] Fix missing C++ mode comments llvm-svn: 354590 --- llvm/include/llvm/Support/ScopedPrinter.h | 2 +- llvm/utils/TableGen/SubtargetFeatureInfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/Support/ScopedPrinter.h b/llvm/include/llvm/Support/ScopedPrinter.h index 1699655..88daedc 100644 --- a/llvm/include/llvm/Support/ScopedPrinter.h +++ b/llvm/include/llvm/Support/ScopedPrinter.h @@ -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. diff --git a/llvm/utils/TableGen/SubtargetFeatureInfo.h b/llvm/utils/TableGen/SubtargetFeatureInfo.h index 17e142e..7113fc6 100644 --- a/llvm/utils/TableGen/SubtargetFeatureInfo.h +++ b/llvm/utils/TableGen/SubtargetFeatureInfo.h @@ -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. -- 2.7.4