Fix missing C++ mode comments

llvm-svn: 354590
This commit is contained in:
Matt Arsenault 2019-02-21 15:48:10 +00:00
parent d288687676
commit e1cbabaff0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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