summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/TokenConcatenation.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-6/+3
* make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."Chris Lattner2010-04-141-1/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-8/+8
* factor token concatenation avoidance logic out of Chris Lattner2009-02-131-0/+73