Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced raw_identifier token kind. | Abramo Bagnara | 2010-12-22 | 1 | -1/+9 |
* | make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." | Chris Lattner | 2010-04-14 | 1 | -2/+4 |
* | fix a bug in paste avoidance which would cause us to accidentally | Chris Lattner | 2010-03-26 | 1 | -1/+1 |
* | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -1/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -21/+21 |
* | PR4395: Don't detect token concatenation in C mode for | Eli Friedman | 2009-06-15 | 1 | -3/+5 |
* | Don't vary token concatenation based on the language options; this | Eli Friedman | 2009-05-27 | 1 | -6/+3 |
* | apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! | Chris Lattner | 2009-04-21 | 1 | -0/+8 |
* | Fix -E mismatch; an identifier followed by a numeric constant does not | Daniel Dunbar | 2009-03-18 | 1 | -22/+31 |
* | factor token concatenation avoidance logic out of | Chris Lattner | 2009-02-13 | 1 | -0/+205 |