summaryrefslogtreecommitdiff
path: root/test/files/neg/t4762.check
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Warn about surprising shadowing.Paul Phillips2011-10-221-0/+7
It's hidden behind -Xlint and pretty specific, but makes me feel better anyway. References SI-4762, no review.