diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-10-29 06:05:01 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-10-29 06:05:01 +0000 |
commit | b201e93f018fc9e5b964053a85685d38cec6f841 (patch) | |
tree | c29f03dcdb772e20235219fa3ebda699b8207b4c /lib/Frontend/ChainedDiagnosticConsumer.cpp | |
parent | 76dd1d91692bc8ca2a0f8e74a663ca2f191e2104 (diff) |
Remove spurious mode marker from .cpp file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/ChainedDiagnosticConsumer.cpp')
-rw-r--r-- | lib/Frontend/ChainedDiagnosticConsumer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 // |