summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* Implement -working-directory.Argyrios Kyrtzidis2010-11-032-0/+6
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+1
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-1/+1
* tests: Use -ffreestanding when including stdint.h, to avoid platform dependen...Daniel Dunbar2010-09-071-1/+1
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* print "const intptr_t" instead of "intptr_t const"Chris Lattner2010-09-051-1/+1
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-1/+1
* Testcase for r103712.Chandler Carruth2010-05-131-0/+10
* Introduce a limit on the depth of the macro instantiation backtraceDouglas Gregor2010-05-041-0/+32
* add regex support for -verify mode. You can now do things likeChris Lattner2010-04-281-0/+14
* Fix a bug in caret-line-pruning logic that only happens when we have aDouglas Gregor2010-04-161-3/+13
* When diagnosing suspicious precedence or assignments, move the fix-itDouglas Gregor2010-04-141-3/+0
* Remove this test. It is causing problems has has relatively little valueDouglas Gregor2010-03-171-3/+0
* Entering the main source file in the preprocessor can fail if theDouglas Gregor2010-03-171-0/+3
* fix a bug in SourceManager::getInstantiationLocSlowCase, whereChris Lattner2010-02-121-0/+9
* Print fix-it hints properly around tabs, from Christian Adåker!Douglas Gregor2010-01-181-0/+20
* testcase for -ftabstop, patch by Christian Adaker!Chris Lattner2010-01-121-0/+30
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-159-26/+26
* Switch this test to use clang-cc.Daniel Dunbar2009-12-081-2/+2
* Update test and CIndex to use -FOO BAR form for -{remap-file,code-completion-...Daniel Dunbar2009-12-031-3/+3
* Extend -remap-file=from;to to permit mapping from a non-existentDouglas Gregor2009-12-023-3/+11
* Introduce a new clang-cc option Douglas Gregor2009-12-022-0/+6
* Remove some redundant tests.Daniel Dunbar2009-11-171-5/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-084-22/+22
* 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
* PR4715Shantonu Sen2009-08-141-1/+4
* Fix for PR2386: distinguish between insertion and replacements in the Eli Friedman2009-05-181-0/+4
* When word-wrapping, be more defensive about a ridiculously small number of co...Douglas Gregor2009-05-151-1/+1
* adjust this to bourne shell syntaxChris Lattner2009-05-061-1/+1
* Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera...Chris Lattner2009-05-051-0/+26
* rename testChris Lattner2009-05-051-0/+0
* 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
* Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,Chris Lattner2009-04-221-0/+5
* arrange for -Wno-error=foo warnings to be immune to -Werror as Chris Lattner2009-04-161-0/+19
* add another sanity check for -Werror=xxChris Lattner2009-04-151-0/+3
* add a missing &&Chris Lattner2009-04-151-1/+1
* fix a broken test, that passed for the wrong reason. Two wrongs make a right...Chris Lattner2009-04-151-1/+1
* Rejigger how -pedantic and -pedantic-errors work and their interactionChris Lattner2009-04-151-0/+27
* Rename clang to clang-cc.Daniel Dunbar2009-03-243-3/+3
* fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner2009-03-131-0/+7
* add \n characters to the scratch buffer *before* returned tokens. Chris Lattner2009-03-081-0/+12
* Fix PR3635 by handling ## magicallyChris Lattner2009-02-241-0/+6
* Fix rdar://6562329, a static analyzer crash Ted noticed on Chris Lattner2009-02-131-0/+5
* fix bogus run line.Chris Lattner2008-08-181-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
OpenPOWER on IntegriCloud