aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/TokenConcatenation.h
AgeCommit message (Expand)Author
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor
2010-04-14make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."Chris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-02-13factor token concatenation avoidance logic out of Chris Lattner