summaryrefslogtreecommitdiff
path: root/test/files/neg/names-defaults-neg-warn.check
Commit message (Collapse)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-2/+2
|
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-2/+2
|
* Made -Xfatal-warnings less immediately fatal.Paul Phillips2012-08-101-3/+5
| | | | | | | Instead of changing warnings to errors mid-stream, at the end of a run I check for condition "no errors, some warnings, and fatal warnings" and then generate an error at that point. This is necessary to test for some warnings which come from later stages.
* added @deprecatedName annotation, allowing to d...Lukas Rytz2010-08-031-0/+7
added @deprecatedName annotation, allowing to deprecate parameter names. review by prokopec.