aboutsummaryrefslogtreecommitdiff
path: root/test/Misc
AgeCommit message (Expand)Author
2009-11-17Remove some redundant tests.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-25Tweak test, with -strict-whitespace $ won't match on Windows because the bufferDaniel Dunbar
2009-10-19Workaround a bug exposed by the FileCheckify of message-length.c, the caret endDaniel Dunbar
2009-10-19convert this to FileCheck, PR5232Chris Lattner
2009-08-14PR4715Shantonu Sen
2009-05-18Fix for PR2386: distinguish between insertion and replacements in the Eli Friedman
2009-05-15When word-wrapping, be more defensive about a ridiculously small number of co...Douglas Gregor
2009-05-06adjust this to bourne shell syntaxChris Lattner
2009-05-05Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera...Chris Lattner
2009-05-05rename testChris Lattner
2009-05-04Update test case... the location given for this error makes it lookDaniel Dunbar
2009-05-03Fix an infinite loop in diagnostic printing.Daniel Dunbar
2009-05-01When printing a source line as part of a diagnostic, the source lineDouglas Gregor
2009-05-01Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor
2009-04-22Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,Chris Lattner
2009-04-16arrange for -Wno-error=foo warnings to be immune to -Werror as Chris Lattner
2009-04-15add another sanity check for -Werror=xxChris Lattner
2009-04-15add a missing &&Chris Lattner
2009-04-15fix a broken test, that passed for the wrong reason. Two wrongs make a right...Chris Lattner
2009-04-15Rejigger how -pedantic and -pedantic-errors work and their interactionChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-13fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner
2009-03-08add \n characters to the scratch buffer *before* returned tokens. Chris Lattner
2009-02-24Fix PR3635 by handling ## magicallyChris Lattner
2009-02-13Fix rdar://6562329, a static analyzer crash Ted noticed on Chris Lattner
2008-08-18fix bogus run line.Chris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-10Build ASTs before relexing the file. This avoids having comment finding muta...Chris Lattner