| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 2 | -0/+6 |
* | Revert r114316, -Wunused-value enabled by default was intended. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
* | Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
* | tests: Use -ffreestanding when including stdint.h, to avoid platform dependen... | Daniel Dunbar | 2010-09-07 | 1 | -1/+1 |
* | 'const std::type_info*' instead of 'std::type_info const*' | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | print "const intptr_t" instead of "intptr_t const" | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar | 2010-06-29 | 1 | -1/+1 |
* | Testcase for r103712. | Chandler Carruth | 2010-05-13 | 1 | -0/+10 |
* | Introduce a limit on the depth of the macro instantiation backtrace | Douglas Gregor | 2010-05-04 | 1 | -0/+32 |
* | add regex support for -verify mode. You can now do things like | Chris Lattner | 2010-04-28 | 1 | -0/+14 |
* | Fix a bug in caret-line-pruning logic that only happens when we have a | Douglas Gregor | 2010-04-16 | 1 | -3/+13 |
* | When diagnosing suspicious precedence or assignments, move the fix-it | Douglas Gregor | 2010-04-14 | 1 | -3/+0 |
* | Remove this test. It is causing problems has has relatively little value | Douglas Gregor | 2010-03-17 | 1 | -3/+0 |
* | Entering the main source file in the preprocessor can fail if the | Douglas Gregor | 2010-03-17 | 1 | -0/+3 |
* | fix a bug in SourceManager::getInstantiationLocSlowCase, where | Chris Lattner | 2010-02-12 | 1 | -0/+9 |
* | Print fix-it hints properly around tabs, from Christian Adåker! | Douglas Gregor | 2010-01-18 | 1 | -0/+20 |
* | testcase for -ftabstop, patch by Christian Adaker! | Chris Lattner | 2010-01-12 | 1 | -0/+30 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 9 | -26/+26 |
* | Switch this test to use clang-cc. | Daniel Dunbar | 2009-12-08 | 1 | -2/+2 |
* | Update test and CIndex to use -FOO BAR form for -{remap-file,code-completion-... | Daniel Dunbar | 2009-12-03 | 1 | -3/+3 |
* | Extend -remap-file=from;to to permit mapping from a non-existent | Douglas Gregor | 2009-12-02 | 3 | -3/+11 |
* | Introduce a new clang-cc option | Douglas Gregor | 2009-12-02 | 2 | -0/+6 |
* | Remove some redundant tests. | Daniel Dunbar | 2009-11-17 | 1 | -5/+0 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 4 | -22/+22 |
* | Tweak test, with -strict-whitespace $ won't match on Windows because the buffer | Daniel Dunbar | 2009-10-25 | 1 | -1/+1 |
* | Workaround a bug exposed by the FileCheckify of message-length.c, the caret end | Daniel Dunbar | 2009-10-19 | 1 | -2/+2 |
* | convert this to FileCheck, PR5232 | Chris Lattner | 2009-10-19 | 1 | -9/+6 |
* | PR4715 | Shantonu Sen | 2009-08-14 | 1 | -1/+4 |
* | Fix for PR2386: distinguish between insertion and replacements in the | Eli Friedman | 2009-05-18 | 1 | -0/+4 |
* | When word-wrapping, be more defensive about a ridiculously small number of co... | Douglas Gregor | 2009-05-15 | 1 | -1/+1 |
* | adjust this to bourne shell syntax | Chris Lattner | 2009-05-06 | 1 | -1/+1 |
* | Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera... | Chris Lattner | 2009-05-05 | 1 | -0/+26 |
* | rename test | Chris Lattner | 2009-05-05 | 1 | -0/+0 |
* | Update test case... the location given for this error makes it look | Daniel Dunbar | 2009-05-04 | 1 | -2/+2 |
* | Fix an infinite loop in diagnostic printing. | Daniel Dunbar | 2009-05-03 | 1 | -1/+14 |
* | When printing a source line as part of a diagnostic, the source line | Douglas Gregor | 2009-05-01 | 1 | -0/+9 |
* | Implement -fmessage-length=N, which word-wraps diagnostics to N columns. | Douglas Gregor | 2009-05-01 | 1 | -0/+13 |
* | Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean, | Chris Lattner | 2009-04-22 | 1 | -0/+5 |
* | arrange for -Wno-error=foo warnings to be immune to -Werror as | Chris Lattner | 2009-04-16 | 1 | -0/+19 |
* | add another sanity check for -Werror=xx | Chris Lattner | 2009-04-15 | 1 | -0/+3 |
* | add a missing && | Chris Lattner | 2009-04-15 | 1 | -1/+1 |
* | fix a broken test, that passed for the wrong reason. Two wrongs make a right... | Chris Lattner | 2009-04-15 | 1 | -1/+1 |
* | Rejigger how -pedantic and -pedantic-errors work and their interaction | Chris Lattner | 2009-04-15 | 1 | -0/+27 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 3 | -3/+3 |
* | fix PR3798 by ignoring all diagnostics generated while repreprocessing a file... | Chris Lattner | 2009-03-13 | 1 | -0/+7 |
* | add \n characters to the scratch buffer *before* returned tokens. | Chris Lattner | 2009-03-08 | 1 | -0/+12 |
* | Fix PR3635 by handling ## magically | Chris Lattner | 2009-02-24 | 1 | -0/+6 |
* | Fix rdar://6562329, a static analyzer crash Ted noticed on | Chris Lattner | 2009-02-13 | 1 | -0/+5 |
* | fix bogus run line. | Chris Lattner | 2008-08-18 | 1 | -1/+1 |
* | Removed option "-parse-ast-check" from clang driver. This is now implemented | Ted Kremenek | 2007-09-26 | 1 | -1/+1 |