summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/support/tools/TableGen/FileLexer.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/support/tools/TableGen/FileLexer.l b/llvm/support/tools/TableGen/FileLexer.l
index 9f689558c98..4f54a520a0c 100644
--- a/llvm/support/tools/TableGen/FileLexer.l
+++ b/llvm/support/tools/TableGen/FileLexer.l
@@ -1,7 +1,9 @@
/*===-- FileLexer.l - Scanner for TableGen Files ----------------*- C++ -*-===//
//
+// This file defines a simple flex scanner for TableGen files. This is pretty
+// straight-forward, except for the magic to handle file inclusion.
//
-//===------------------------------------------------------------------------=*/
+//===----------------------------------------------------------------------===*/
%option prefix="File"
%option yylineno
OpenPOWER on IntegriCloud