From: Nick Lewycky Date: Mon, 29 Oct 2012 06:05:01 +0000 (+0000) Subject: Remove spurious mode marker from .cpp file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b201e93f018fc9e5b964053a85685d38cec6f841;p=clang Remove spurious mode marker from .cpp file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166915 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 //