summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/cmd/gen/CodegenSpec.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-27 01:26:41 +0000
committerPaul Phillips <paulp@improving.org>2011-01-27 01:26:41 +0000
commit4a194bf5384a217697e7106ab5aca42946bb74cd (patch)
tree3d2c71608c52f49d367f09235cdc001cfc11a803 /src/compiler/scala/tools/cmd/gen/CodegenSpec.scala
parentb6fb314419101bf4ca2959d949723de1af675ffb (diff)
downloadscala-4a194bf5384a217697e7106ab5aca42946bb74cd.tar.gz
scala-4a194bf5384a217697e7106ab5aca42946bb74cd.tar.bz2
scala-4a194bf5384a217697e7106ab5aca42946bb74cd.zip
Some minor cleanups in anyval source generation.
Diffstat (limited to 'src/compiler/scala/tools/cmd/gen/CodegenSpec.scala')
-rw-r--r--src/compiler/scala/tools/cmd/gen/CodegenSpec.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/cmd/gen/CodegenSpec.scala b/src/compiler/scala/tools/cmd/gen/CodegenSpec.scala
index e655334b1b..e99c49721f 100644
--- a/src/compiler/scala/tools/cmd/gen/CodegenSpec.scala
+++ b/src/compiler/scala/tools/cmd/gen/CodegenSpec.scala
@@ -22,6 +22,7 @@ trait CodegenSpec extends Spec with Meta.StdOpts with Interpolation {
val anyvals = "anyvals" / "generate sources for AnyVal types" --?
val products = "products" / "generate sources for ProductN, FunctionN, etc." --?
val genall = "all" / "generate sources for everything" --?
+ val stamp = "stamp" / "add a timestamp to the generated files" --?
}
object CodegenSpec extends CodegenSpec with Reference {