Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert r133003 and fix the bug properly: the issue was that ## in a token | Chris Lattner | 2011-06-14 | 1 | -7/+0 |
* | Fix a crash on the testcase in PR9981 / rdar://9486765. | Chris Lattner | 2011-06-14 | 1 | -0/+6 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | update test for r72519 | Chris Lattner | 2009-05-28 | 1 | -4/+4 |
* | Make the bad paste diagnostic print the entire pasted token. | Eli Friedman | 2009-05-27 | 1 | -1/+3 |
* | move token paste poisoning diagnostics to after the instantiation loc | Chris Lattner | 2009-04-19 | 1 | -0/+13 |
* | merge pragma poison tests into one file with -verify mode. | Chris Lattner | 2009-04-19 | 1 | -2/+0 |
* | merge two tests | Chris Lattner | 2009-04-19 | 1 | -1/+18 |
* | convert to -verify mode. | Chris Lattner | 2009-04-19 | 1 | -2/+2 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Implement basic token pasting (## operator). This implements | Chris Lattner | 2006-07-19 | 1 | -0/+5 |