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