[Diagnostics] Update compiler diagnostics to use less jargon. (#31315)

Fixes rdar://problem/62375243.
This commit is contained in:
Varun Gandhi
2020-04-28 14:11:39 -07:00
committed by GitHub
parent a8c7ef7fa3
commit a1716fe2a6
184 changed files with 556 additions and 556 deletions

View File

@@ -4,7 +4,7 @@ RUN: %FileCheck -check-prefix PRINTS-ERROR %s < %t/logs/Bad-Bad-err.txt
CHECK: # (FAIL) {{.+}}{{\\|/}}Bad.swiftinterface
PRINTS-ERROR: unresolved identifier 'garbage'
PRINTS-ERROR: cannot find 'garbage' in scope
RUN: %empty-directory(%t)
RUN: echo '["Good"]' > %t/xfails-good.json

View File

@@ -8,8 +8,8 @@ CHECK: # (FAIL) {{.+}}{{\\|/}}Bad.swiftinterface
CHECK-VERBOSE-DAG: # (FAIL) {{.+}}{{\\|/}}Bad.swiftinterface
CHECK-VERBOSE-DAG: # (PASS) {{.+}}{{\\|/}}Good.swiftinterface
PRINTS-ERROR: unresolved identifier 'garbage'
HIDES-ERROR-NOT: unresolved identifier 'garbage'
PRINTS-ERROR: cannot find 'garbage' in scope
HIDES-ERROR-NOT: cannot find 'garbage' in scope
RUN: %empty-directory(%t)
RUN: echo '["Good"]' > %t/xfails-good.json