From 335a78c7018f9f45108c4b50436c4b1a2a58fcb1 Mon Sep 17 00:00:00 2001 From: Philippus Date: Thu, 27 Sep 2018 15:53:54 +0200 Subject: [PATCH] Add `-Yvalidate-pos` introduced in scala 2.12.7 --- _data/compiler-options.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/compiler-options.yml b/_data/compiler-options.yml index c50ae356b8..71eaa41dce 100644 --- a/_data/compiler-options.yml +++ b/_data/compiler-options.yml @@ -570,11 +570,16 @@ schema: type: "Boolean" description: "Use range positions for syntax trees." + - option: "-Yvalidate-pos" + schema: + type: "Phases" + description: "Validate positions after the given phases (implies -Yrangepos)" + note: "`-Yrangepos` is enabled at the same time." - option: "-Yshow-member-pos" schema: type: "String" arg: "output style" - description: "Show start and end positions of members" + description: "Show start and end positions of members (implies -Yrangepos)" note: "`-Yrangepos` is enabled at the same time." - option: "-Yreify-copypaste" schema: