[cfe-commits] r94363 - /cfe/trunk/include/clang/Basic/PartialDiagnostic.h
Sebastian Redl
sebastian.redl at getdesigned.at
Sun Jan 24 02:02:26 PST 2010
Author: cornedbee
Date: Sun Jan 24 04:02:25 2010
New Revision: 94363
URL: http://llvm.org/viewvc/llvm-project?rev=94363&view=rev
Log:
Mark PartialDiagnostic.h as a C++ header
Modified:
cfe/trunk/include/clang/Basic/PartialDiagnostic.h
Modified: cfe/trunk/include/clang/Basic/PartialDiagnostic.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/PartialDiagnostic.h?rev=94363&r1=94362&r2=94363&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/PartialDiagnostic.h (original)
+++ cfe/trunk/include/clang/Basic/PartialDiagnostic.h Sun Jan 24 04:02:25 2010
@@ -1,4 +1,4 @@
-//===--- PartialDiagnostic.h - Diagnostic "closures" ----------------------===//
+//===--- PartialDiagnostic.h - Diagnostic "closures" ------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list