diff options
-rw-r--r-- | tools/libclang/CXLoadedDiagnostic.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
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" |