Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
ffbe9b9c64ab2e94b9d48ec56e511f75826fc80a
/
lib
/
Lex
/
TokenConcatenation.cpp
a64ccef
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
by Argyrios Kyrtzidis
· 13 years ago
03720fc
Raw string followup. Pass a couple StringRefs by value.
by Craig Topper
· 13 years ago
2fa4e86
Add support for C++0x raw string literals.
by Craig Topper
· 13 years ago
5cee119
Add support for C++0x unicode string and character literals, from Craig Topper!
by Douglas Gregor
· 13 years ago
c4bf2b9
Introduced raw_identifier token kind.
by Abramo Bagnara
· 14 years ago
8877321
make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."
by Chris Lattner
· 15 years ago
8685110
fix a bug in paste avoidance which would cause us to accidentally
by Chris Lattner
· 15 years ago
e013d68
Move clients to use IdentifierInfo::getNameStart() instead of getName()
by Daniel Dunbar
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
8849f11
PR4395: Don't detect token concatenation in C mode for C++-specific tokens.
by Eli Friedman
· 15 years ago
896ccf8
Don't vary token concatenation based on the language options; this
by Eli Friedman
· 16 years ago
e1614bb
apply Eli's patch to fix PR4008, with a testcase. Thanks Eli!
by Chris Lattner
· 16 years ago
99c7622
Fix -E mismatch; an identifier followed by a numeric constant does not
by Daniel Dunbar
· 16 years ago
d7038e1
factor token concatenation avoidance logic out of
by Chris Lattner
· 16 years ago