summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/TokenConcatenation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-21/+21
* PR4395: Don't detect token concatenation in C mode for Eli Friedman2009-06-151-3/+5
* Don't vary token concatenation based on the language options; this Eli Friedman2009-05-271-6/+3
* apply Eli's patch to fix PR4008, with a testcase. Thanks Eli!Chris Lattner2009-04-211-0/+8
* Fix -E mismatch; an identifier followed by a numeric constant does notDaniel Dunbar2009-03-181-22/+31
* factor token concatenation avoidance logic out of Chris Lattner2009-02-131-0/+205
OpenPOWER on IntegriCloud