| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." | Chris Lattner | 2010-04-14 | 1 | -1/+4 |
| | | | | | | | when avoiding paste. Patch by David Peixotto! llvm-svn: 101218 | ||||
| * | fix a bug in paste avoidance which would cause us to accidentally | Chris Lattner | 2010-03-26 | 1 | -0/+4 |
| | | | | | | | form a >>=. Patch by Abramo Bagnara, testcase by me. llvm-svn: 99624 | ||||
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
| * | fix tests | Nuno Lopes | 2009-10-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 85223 | ||||
| * | Convert Preprocessor Clang tests to FileCheck in regards to PR5307. | Edward O'Callaghan | 2009-10-27 | 1 | -7/+10 |
| | | | | | llvm-svn: 85199 | ||||
| * | apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! | Chris Lattner | 2009-04-21 | 1 | -7/+12 |
| | | | | | llvm-svn: 69750 | ||||
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -3/+3 |
| | | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
| * | Multiple tests in a single test file must be linked with '&&'. | Argyrios Kyrtzidis | 2008-06-12 | 1 | -1/+1 |
| | | | | | | | Otherwise, failing tests other than the last one will not be reported. llvm-svn: 52231 | ||||
| * | avoid pasting L + "foo" into L"foo". | Chris Lattner | 2008-01-15 | 1 | -0/+6 |
| | | | | | llvm-svn: 46000 | ||||
| * | new testcase for paste avoidance | Chris Lattner | 2006-07-28 | 1 | -0/+12 |
| llvm-svn: 38765 | |||||

