[llvm-commits] CVS: llvm/utils/TableGen/FileLexer.l FileParser.y
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:30:02 PDT 2003
Changes in directory llvm/utils/TableGen:
FileLexer.l updated: 1.15 -> 1.16
FileParser.y updated: 1.24 -> 1.25
---
Log message:
Added LLVM copyright notice.
---
Diffs of the changes: (+14 -0)
Index: llvm/utils/TableGen/FileLexer.l
diff -u llvm/utils/TableGen/FileLexer.l:1.15 llvm/utils/TableGen/FileLexer.l:1.16
--- llvm/utils/TableGen/FileLexer.l:1.15 Tue Sep 9 09:37:48 2003
+++ llvm/utils/TableGen/FileLexer.l Tue Oct 21 10:29:18 2003
@@ -1,4 +1,11 @@
/*===-- FileLexer.l - Scanner for TableGen Files ----------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
//
// This file defines a simple flex scanner for TableGen files. This is pretty
// straight-forward, except for the magic to handle file inclusion.
Index: llvm/utils/TableGen/FileParser.y
diff -u llvm/utils/TableGen/FileParser.y:1.24 llvm/utils/TableGen/FileParser.y:1.25
--- llvm/utils/TableGen/FileParser.y:1.24 Sun Oct 12 22:32:08 2003
+++ llvm/utils/TableGen/FileParser.y Tue Oct 21 10:29:18 2003
@@ -1,4 +1,11 @@
//===-- FileParser.y - Parser for TableGen files ----------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
//
// This file implements the bison parser for Table Generator files...
//
More information about the llvm-commits
mailing list