From: Chris Lattner Date: Sat, 19 Jan 2013 18:47:35 +0000 (+0000) Subject: update header comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2815bc91cf655e84a220e69cd07c5125c028df0c;p=clang update header comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172909 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/CXLoadedDiagnostic.cpp b/tools/libclang/CXLoadedDiagnostic.cpp index cdf9d1756f..9c42998b51 100644 --- a/tools/libclang/CXLoadedDiagnostic.cpp +++ b/tools/libclang/CXLoadedDiagnostic.cpp @@ -1,15 +1,15 @@ -/*===-- CXLoadedDiagnostic.cpp - Handling of persisent diags -*- C++ -*-===*\ -|* *| -|* The LLVM Compiler Infrastructure *| -|* *| -|* This file is distributed under the University of Illinois Open Source *| -|* License. See LICENSE.TXT for details. *| -|* *| -|*===----------------------------------------------------------------------===*| -|* *| -|* Implements handling of persisent diagnostics. *| -|* *| -\*===----------------------------------------------------------------------===*/ +//===-- CXLoadedDiagnostic.cpp - Handling of persisent diags ----*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// Implements handling of persisent diagnostics. +// +//===----------------------------------------------------------------------===// #include "CXLoadedDiagnostic.h" #include "CXString.h"