[llvm-commits] [llvm] r66543 - /llvm/trunk/include/llvm/Support/Format.h
Daniel Dunbar
daniel at zuster.org
Tue Mar 10 08:56:53 PDT 2009
Author: ddunbar
Date: Tue Mar 10 10:56:48 2009
New Revision: 66543
URL: http://llvm.org/viewvc/llvm-project?rev=66543&view=rev
Log:
Add C++ marker.
Modified:
llvm/trunk/include/llvm/Support/Format.h
Modified: llvm/trunk/include/llvm/Support/Format.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Format.h?rev=66543&r1=66542&r2=66543&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Format.h (original)
+++ llvm/trunk/include/llvm/Support/Format.h Tue Mar 10 10:56:48 2009
@@ -1,4 +1,4 @@
-//===--- Format.h - Efficient printf-style formatting for streams etc -----===//
+//===- Format.h - Efficient printf-style formatting for streams -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list