summaryrefslogtreecommitdiff
path: root/test/files/neg/warn-unused-imports.check
Commit message (Collapse)AuthorAgeFilesLines
* Since the problem in SI-6758 is fixed, it's ok to move checking for unused ↵Eugene Vigdorchik2013-03-051-3/+3
| | | | imports to Analyzer. This allows the check to be used in the IDE.
* Warn about unused imports.Paul Phillips2012-11-071-0/+44
Hidden behind -Xlint as usual. This commit also includes further simplification of the symbol lookup logic which I unearthed on the way to reporting unused imports. Plus unusually comprehensive documentation of same.