[llvm-commits] CVS: llvm/docs/CodingStandards.html

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 13 09:59:03 PDT 2003


Changes in directory llvm/docs:

CodingStandards.html updated: 1.11 -> 1.12

---
Log message:

Oops, forgot to commit this before: standardize header comments


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.11 llvm/docs/CodingStandards.html:1.12
--- llvm/docs/CodingStandards.html:1.11	Mon Oct  6 14:26:00 2003
+++ llvm/docs/CodingStandards.html	Mon Oct 13 09:58:11 2003
@@ -101,7 +101,7 @@
 standard format for the LLVM source tree looks like this:<p>
 
 <pre>
-//===-- llvm/Instruction.h - Instruction class definition --------*- C++ -*--=//
+//===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
 //
 // This file contains the declaration of the Instruction class, which is the
 // base class for all of the VM instructions.
@@ -833,7 +833,7 @@
 <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
 <!-- hhmts start -->
-Last modified: Thu Aug  7 16:44:33 CDT 2003
+Last modified: Sun Oct 12 22:12:43 CDT 2003
 <!-- hhmts end -->
 </font>
 </body></html>





More information about the llvm-commits mailing list