summaryrefslogtreecommitdiff
path: root/test/Misc/message-length.c
Commit message (Expand)AuthorAgeFilesLines
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-181-2/+1
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-171-1/+2
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-171-2/+1
* Fix a bug in caret-line-pruning logic that only happens when we have aDouglas Gregor2010-04-161-3/+13
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Switch this test to use clang-cc.Daniel Dunbar2009-12-081-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Tweak test, with -strict-whitespace $ won't match on Windows because the bufferDaniel Dunbar2009-10-251-1/+1
* Workaround a bug exposed by the FileCheckify of message-length.c, the caret endDaniel Dunbar2009-10-191-2/+2
* convert this to FileCheck, PR5232Chris Lattner2009-10-191-9/+6
* When word-wrapping, be more defensive about a ridiculously small number of co...Douglas Gregor2009-05-151-1/+1
* Update test case... the location given for this error makes it lookDaniel Dunbar2009-05-041-2/+2
* Fix an infinite loop in diagnostic printing.Daniel Dunbar2009-05-031-1/+14
* When printing a source line as part of a diagnostic, the source lineDouglas Gregor2009-05-011-0/+9
* Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor2009-05-011-0/+13