1. 71a3a8d Fix a bug where we would incorrectly emit a "cannot paste" error by Chris Lattner · 17 years ago
  2. 116a4b1 add support for -Wundef. by Chris Lattner · 17 years ago
  3. c21d9e4 Fix PR1936, a crash on malformed #if. Thanks to Neil for noticing this! by Chris Lattner · 17 years ago
  4. b1a17ae avoid pasting L + "foo" into L"foo". by Chris Lattner · 17 years ago
  5. 4d73046 Fix a nasty corner case that Neil noticed in PR1900, where we would by Chris Lattner · 17 years ago
  6. 4c88d3a add run line by Chris Lattner · 17 years ago
  7. 5113613 add runline, make this test real. by Chris Lattner · 17 years ago
  8. 5f18032 The flags on tokens indicate whether they are the start of a *physical* line, by Chris Lattner · 17 years ago
  9. 0c3eb29 Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered. by Chris Lattner · 17 years ago
  10. b283298 fix a bug Steve noticed, where a #import of the main file itself would fail. by Chris Lattner · 17 years ago
  11. f37bb25 If we see an invalid #ifdef directive, enter a conditional compilation region by Chris Lattner · 17 years ago
  12. 706ab50 implement a missing feature in the #include handler, where by Chris Lattner · 17 years ago
  13. 2b64fdc Fix a stringizing bug that Neil noticed. We should preprocess this: by Chris Lattner · 17 years ago
  14. 0ea793e Correctly respect C99 5.1.1.2p4 when searching for the first '(' of by Chris Lattner · 17 years ago
  15. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago