summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/error-limit-multiple-notes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When sorting overload candidates, sort arity mismatches in ascendingKaelyn Takata2014-05-011-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 Espindola2013-07-041-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 errorDouglas Gregor2011-08-171-0/+23
messages. Fi from David Blaikie, tests from Nikola Smiljanic! llvm-svn: 137851
OpenPOWER on IntegriCloud