[llvm] r364858 - Fix broken C++ mode comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 15:00:59 PDT 2019


Author: arsenm
Date: Mon Jul  1 15:00:59 2019
New Revision: 364858

URL: http://llvm.org/viewvc/llvm-project?rev=364858&view=rev
Log:
Fix broken C++ mode comment

Modified:
    llvm/trunk/include/llvm/IR/DiagnosticHandler.h

Modified: llvm/trunk/include/llvm/IR/DiagnosticHandler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DiagnosticHandler.h?rev=364858&r1=364857&r2=364858&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DiagnosticHandler.h (original)
+++ llvm/trunk/include/llvm/IR/DiagnosticHandler.h Mon Jul  1 15:00:59 2019
@@ -1,4 +1,4 @@
-//===- DiagnosticHandler.h - DiagnosticHandler class for LLVM -*- C++ ---*-===//
+//===- DiagnosticHandler.h - DiagnosticHandler class for LLVM ---*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.




More information about the llvm-commits mailing list