summaryrefslogtreecommitdiff
path: root/test/files/pos/t8013.flags
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-12-03 13:31:13 -0800
committerSom Snytt <som.snytt@gmail.com>2013-12-04 12:25:16 -0800
commit1b454185c44a0817a1f30c3d93a91b16805ce84b (patch)
tree29dde89e788abfa1ebdb6d7949c7553045422daf /test/files/pos/t8013.flags
parent6c63ab153651f7946ece5740d52e0f2b701e349d (diff)
downloadscala-1b454185c44a0817a1f30c3d93a91b16805ce84b.tar.gz
scala-1b454185c44a0817a1f30c3d93a91b16805ce84b.tar.bz2
scala-1b454185c44a0817a1f30c3d93a91b16805ce84b.zip
SI-8013 Nowarn on macro str interpolation
When warning about stray "foo $bar" under `-Xlint`, which may be missing an interpolator id, suppress the warning if we're in the middle of a macro expansion, since we have no useful heuristic to apply to the expanded tree. The test for whether the string is part of an expanded tree is to check all open macros for an expanded tree that contains the literal tree under scrutiny. (This is deemed more paranoid than looking for a macro application that is an enclosing position.)
Diffstat (limited to 'test/files/pos/t8013.flags')
-rw-r--r--test/files/pos/t8013.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t8013.flags b/test/files/pos/t8013.flags
new file mode 100644
index 0000000000..954eaba352
--- /dev/null
+++ b/test/files/pos/t8013.flags
@@ -0,0 +1 @@
+-Xfatal-warnings -Xlint