Owen Voorhees
cfbedd81c4
[DiagnosticVerifier] Add support for asserting presence of edu notes
2020-04-09 18:18:25 -07:00
Robert Widmann
aa0bf50323
Merge pull request #30723 from CodaFi/dependendable-dependencies
...
[Evaluator] Online Request-Based Incremental Dependency Tracking
2020-03-31 18:13:05 -07:00
Robert Widmann
a337b67f69
Stage In Flags To Fall Back To Manual Tracking
...
Request-based incremental dependencies are enabled by default. For the time being, add a flag that will turn them off and switch back to manual dependency tracking.
2020-03-31 16:16:53 -07:00
Michael Forster
828b97953b
Add a missing header.
...
This fixes the master-next build.
2020-03-31 10:04:25 +02:00
Owen Voorhees
465bab002f
[DiagnosticVerifier] Make Diagnostic Verifier a DiagnosticConsumer subclass
...
Update DiagnosticVerifier to respect color flags
Improve DiagnosticVerifier test coverage
verifier updates to support new llvm stable branch
2020-03-28 12:29:53 -07:00
Robert Widmann
f85ec3825f
Address review feedback
2020-03-03 16:46:04 -08:00
Robert Widmann
d3edb5b15a
[Incremental] Plumb -verify-incremental-dependencies Through The Frontend and Driver
...
When enabled at the driver level, the frontends will inherit the flag. For each frontend that recieves this option, all primaries will have their reference dependencies validated.
2020-03-02 16:45:37 -08:00
Rintaro Ishizaki
384ab780e9
[Diagnostic verifier] Make '<unknown>' check optional
...
Added frontend option '-verify-ignore-unknown'
2017-02-02 10:49:32 +09:00
practicalswift
6d1ae2a39c
[gardening] 2016 → 2017
2017-01-06 16:41:22 +01:00
practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01:00
Jordan Rose
5746671a19
Add -verify-apply-fixes to accompany -verify.
...
Enables Chris's auto-apply-fixes mode for -verify: if an expected-*
annotation has the wrong message, or if the expected fix-its are
incorrect, this option will **edit the original file** to update them.
This is a tool for compiler developers only; it doesn't affect
normal diagnostic printing or normal fix-its.
2016-09-15 10:38:43 -07:00
practicalswift
1339b5403b
Consistent use of header comment format.
...
Correct format:
//===--- Name of file - Description ----------------------------*- Lang -*-===//
2016-01-04 13:26:31 +01:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
Chris Lattner
121e70f4fa
Refactor diagnostic verification (-verify mode) out to its own file
...
in libFrontend.
Swift SVN r6985
2013-08-07 17:53:09 +00:00