Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When sorting overload candidates, sort arity mismatches in ascending | Kaelyn Takata | 2014-05-01 | 1 | -7/+9 |
| | | | | | | | | order by the number of missing or extra parameters. This is useful if there are more than a few overload candidates with arity mismatches, particularly in the presence of -fshow-overloads=best. llvm-svn: 207796 | ||||
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| | | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652 | ||||
* | Fix -ferror-limit= to properly emit notes following the last error | Douglas Gregor | 2011-08-17 | 1 | -0/+23 |
messages. Fi from David Blaikie, tests from Nikola Smiljanic! llvm-svn: 137851 |