Age | Commit message (Expand) | Author |
2009-11-17 | Replace (-INT8_C(128)), which uses an illegally out-of-range argument for | Ken Dyck |
2009-11-17 | Use the INTn_C integer constant macros to generate limit constants with correct | Ken Dyck |
2009-11-17 | Remove unnecessary parens around the bodies of integer constant macros. C99 | Ken Dyck |
2009-11-17 | Don't #include <stdio.h> when tests don't need it, or use clang instead of cl... | Daniel Dunbar |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar |
2009-11-17 | Move char-is-signed defaulting to driver, instead of using | Daniel Dunbar |
2009-11-16 | Parameterize the constant-generating macros in stdint.h with new built-in | Ken Dyck |
2009-11-12 | Generalize stdint.h for non-8-bit-multiple types, patch by | Chris Lattner |
2009-11-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-05 | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner |
2009-11-04 | A simple reordering of the definitions in stdint.h and | Chris Lattner |
2009-11-03 | Implement support for the -undef command line option, patch by | Chris Lattner |
2009-11-03 | Fixed for running on Windows. | John Thompson |
2009-11-02 | Added __has_include and __has_include_next. | John Thompson |
2009-10-29 | add two new and very exhaustive preprocessor tests, patch by | Chris Lattner |
2009-10-27 | Disabling some MS extensions which cause these tests to fail | John Thompson |
2009-10-27 | fix tests | Nuno Lopes |
2009-10-27 | Typo in revision 85201. | Edward O'Callaghan |
2009-10-27 | Convert Preprocessor Clang tests to FileCheck in regards to PR5307. | Edward O'Callaghan |
2009-10-27 | Fix a broken test in rev. 85199. | Edward O'Callaghan |
2009-10-27 | Convert Preprocessor Clang tests to FileCheck in regards to PR5307. | Edward O'Callaghan |
2009-10-27 | Preprocessor tests are whitespace sensitive, as per Revision: 85170 review. | Edward O'Callaghan |
2009-10-26 | Convert a few tests to FileCheck for PR5307. | Edward O'Callaghan |
2009-10-22 | Disable Microsoft extensions to fix failure on Windows. | John Thompson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-01 | Force triple for this test (non-fragile ABI is default on x86_64-apple-darwin9). | Daniel Dunbar |
2009-08-31 | Added test cases for presence and absence of __has_feature(objc_nonfragile_ab... | David Chisnall |
2009-07-25 | MultiTestRunner: Validate '&&' at the end of RUN lines. | Daniel Dunbar |
2009-07-12 | add push/pop semantics for diagnostics. Patch by Louis Gerbarg! | Chris Lattner |
2009-06-15 | Fix #pragma GCC system_header by making it insert a virtual linemarker into | Chris Lattner |
2009-06-15 | rename test | Chris Lattner |
2009-06-15 | convert this test to -verify mode. | Chris Lattner |
2009-06-15 | Fix PR2741 by making our newline tracking be aware of newlines that | Chris Lattner |
2009-06-14 | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner |
2009-06-13 | implement and document a new __has_feature and __has_builtin magic | Chris Lattner |
2009-06-02 | PR4288: Make -dD (dump macros with preprocessed source) play nicely with | Eli Friedman |
2009-06-01 | PR4283: Don't truncate multibyte character constants in the | Eli Friedman |
2009-05-28 | update test for r72519 | Chris Lattner |
2009-05-27 | Make the bad paste diagnostic print the entire pasted token. | Eli Friedman |
2009-05-25 | Fix a couple of bugs: | Chris Lattner |
2009-05-25 | fix this test to fail when the patch isn't applied. | Chris Lattner |
2009-05-24 | Make sure an invalid concatentaion doesn't insert whitespace before | Eli Friedman |
2009-05-22 | In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to | Daniel Dunbar |
2009-05-16 | PR3942: Don't warn on unsigned overflow in preprocessor expressions. | Eli Friedman |
2009-05-13 | Fix rdar://6880630 - # in _Pragma does not start a preprocessor directive. | Chris Lattner |
2009-05-13 | convert test to use -verify | Chris Lattner |
2009-05-13 | rename test | Chris Lattner |
2009-05-13 | When we expect two arguments but have zero, make sure to add | Chris Lattner |