Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Preprocessor] When checking if we can concatenate two tokens, check | Argyrios Kyrtzidis | 2013-01-29 | 1 | -0/+6 |
* | make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." | Chris Lattner | 2010-04-14 | 1 | -1/+4 |
* | fix a bug in paste avoidance which would cause us to accidentally | Chris Lattner | 2010-03-26 | 1 | -0/+4 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | fix tests | Nuno Lopes | 2009-10-27 | 1 | -1/+1 |
* | Convert Preprocessor Clang tests to FileCheck in regards to PR5307. | Edward O'Callaghan | 2009-10-27 | 1 | -7/+10 |
* | apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! | Chris Lattner | 2009-04-21 | 1 | -7/+12 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -3/+3 |
* | Multiple tests in a single test file must be linked with '&&'. | Argyrios Kyrtzidis | 2008-06-12 | 1 | -1/+1 |
* | avoid pasting L + "foo" into L"foo". | Chris Lattner | 2008-01-15 | 1 | -0/+6 |
* | new testcase for paste avoidance | Chris Lattner | 2006-07-28 | 1 | -0/+12 |