1. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 12 years ago
  2. a64ccef Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. by Argyrios Kyrtzidis · 13 years ago
  3. 03720fc Raw string followup. Pass a couple StringRefs by value. by Craig Topper · 13 years ago
  4. 2fa4e86 Add support for C++0x raw string literals. by Craig Topper · 13 years ago
  5. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  6. c4bf2b9 Introduced raw_identifier token kind. by Abramo Bagnara · 14 years ago
  7. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 14 years ago
  8. 8685110 fix a bug in paste avoidance which would cause us to accidentally by Chris Lattner · 14 years ago
  9. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
  10. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  11. 8849f11 PR4395: Don't detect token concatenation in C mode for C++-specific tokens. by Eli Friedman · 15 years ago
  12. 896ccf8 Don't vary token concatenation based on the language options; this by Eli Friedman · 15 years ago
  13. e1614bb apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! by Chris Lattner · 15 years ago
  14. 99c7622 Fix -E mismatch; an identifier followed by a numeric constant does not by Daniel Dunbar · 15 years ago
  15. d7038e1 factor token concatenation avoidance logic out of by Chris Lattner · 15 years ago