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