summaryrefslogtreecommitdiff
path: root/test/files/neg/forgot-interpolator.flags
Commit message (Collapse)AuthorAgeFilesLines
* Warn about forgotten string interpolators.Paul Phillips2013-03-121-0/+1
In the compiler sources this arrives with a number of false positives, because we frequently work with strings containing $foo where foo is an in-scope identifier. I think in normal source code this will be less of a problem, or none at all; but to be conservative the warning is born under -Xlint.