Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Lex
/
TokenConcatenation.cpp
b416dbf
[Lex] TokenConcatenation now takes const Preprocessor
by Kristof Umann
· 7 years ago
c351fba
Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes.
by Aaron Ballman
· 8 years ago
edbf597
[c++2a] P0515R3: lexer support for new <=> token.
by Richard Smith
· 8 years ago
e4fd652
[PP] Replace some index based for loops with range based ones
by Erik Verbruggen
· 9 years ago
e59f8d7
[clang] Refactoring of conditions so they use isOneOf() instead of multiple is().
by Daniel Marjamaki
· 10 years ago
3e3a705
[c++1z] Support for u8 character literals.
by Richard Smith
· 11 years ago
5418f40
Avoid a couple of assertions when preprocessing with modules
by Ben Langmuir
· 11 years ago
5eb7cb7
Revert "Fix assertion failures on annot_* tokens in clang -E"
by Ben Langmuir
· 12 years ago
5944ecd
Fix assertion failures on annot_* tokens in clang -E
by Ben Langmuir
· 12 years ago
a08ed59
Simplify logic for avoiding concatenation after numeric constants.
by Jordan Rose
· 13 years ago
005206a8
[Preprocessor] When checking if we can concatenate two tokens, check
by Argyrios Kyrtzidis
· 13 years ago
2bf7fdb
s/CPlusPlus0x/CPlusPlus11/g
by Richard Smith
· 13 years ago
42cf268
Add missing cctype includes.
by Joerg Sonnenberger
· 13 years ago
bbafb8a
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
by David Blaikie
· 14 years ago
d67aea2
User-defined literals: reject string and character UDLs in all places where the
by Richard Smith
· 14 years ago
8a40f70
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
by David Blaikie
· 14 years ago
e6e67de
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
by Argyrios Kyrtzidis
· 14 years ago
5265bb2
Raw string followup. Pass a couple StringRefs by value.
by Craig Topper
· 14 years ago
54edcca
Add support for C++0x raw string literals.
by Craig Topper
· 14 years ago
fb65e59
Add support for C++0x unicode string and character literals, from Craig Topper!
by Douglas Gregor
· 14 years ago
ea4f7c7
Introduced raw_identifier token kind.
by Abramo Bagnara
· 15 years ago
0384e635
make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."
by Chris Lattner
· 15 years ago
80dbccd
fix a bug in paste avoidance which would cause us to accidentally
by Chris Lattner
· 16 years ago
2c422dc9
Move clients to use IdentifierInfo::getNameStart() instead of getName()
by Daniel Dunbar
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
dd2ab96
PR4395: Don't detect token concatenation in C mode for C++-specific tokens.
by Eli Friedman
· 16 years ago
98dbc1c
Don't vary token concatenation based on the language options; this
by Eli Friedman
· 16 years ago
ca515cc
apply Eli's patch to fix PR4008, with a testcase. Thanks Eli!
by Chris Lattner
· 16 years ago
dc78bd9
Fix -E mismatch; an identifier followed by a numeric constant does not
by Daniel Dunbar
· 17 years ago
644d452
factor token concatenation avoidance logic out of
by Chris Lattner
· 17 years ago