summaryrefslogtreecommitdiff
path: root/lib/Lex/TokenConcatenation.cpp
Commit message (Expand)AuthorAge
* Revert "Fix assertion failures on annot_* tokens in clang -E"Ben Langmuir2014-01-30
* Fix assertion failures on annot_* tokens in clang -EBen Langmuir2014-01-30
* Simplify logic for avoiding concatenation after numeric constants.Jordan Rose2013-02-08
* [Preprocessor] When checking if we can concatenate two tokens, checkArgyrios Kyrtzidis2013-01-29
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* Add missing cctype includes.Joerg Sonnenberger2012-08-10
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-06
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-17
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-19
* Raw string followup. Pass a couple StringRefs by value.Craig Topper2011-08-11
* Add support for C++0x raw string literals.Craig Topper2011-08-11
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-27
* Introduced raw_identifier token kind.Abramo Bagnara2010-12-22
* make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."Chris Lattner2010-04-14
* fix a bug in paste avoidance which would cause us to accidentallyChris Lattner2010-03-26
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-18
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* PR4395: Don't detect token concatenation in C mode for Eli Friedman2009-06-15
* Don't vary token concatenation based on the language options; this Eli Friedman2009-05-27
* apply Eli's patch to fix PR4008, with a testcase. Thanks Eli!Chris Lattner2009-04-21
* Fix -E mismatch; an identifier followed by a numeric constant does notDaniel Dunbar2009-03-18
* factor token concatenation avoidance logic out of Chris Lattner2009-02-13