From b201e93f018fc9e5b964053a85685d38cec6f841 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 29 Oct 2012 06:05:01 +0000 Subject: [PATCH] Remove spurious mode marker from .cpp file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166915 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/ChainedDiagnosticConsumer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Frontend/ChainedDiagnosticConsumer.cpp b/lib/Frontend/ChainedDiagnosticConsumer.cpp index c1d3db873f..d77fd180ea 100644 --- a/lib/Frontend/ChainedDiagnosticConsumer.cpp +++ b/lib/Frontend/ChainedDiagnosticConsumer.cpp @@ -1,4 +1,4 @@ -//===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -*- C++ -*-===// +//===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -----------===// // // The LLVM Compiler Infrastructure // -- 2.50.1