1. 8d1a3b8 by Steve Naroff · 17 years ago
  2. 2cb64ec by Steve Naroff · 17 years ago
  3. d1861fd by Steve Naroff · 17 years ago
  4. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  5. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  6. eca9967 don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
  7. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  8. 700204c by Steve Naroff · 17 years ago
  9. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  10. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  11. 706ab50 implement a missing feature in the #include handler, where by Chris Lattner · 17 years ago
  12. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  13. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
  14. 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
  15. 4fc37c5 testcase from neil by Chris Lattner · 17 years ago
  16. d472b31 Fix off-by-one error when emitting diagnostics. Also, make diagnostic by Chris Lattner · 17 years ago
  17. 0fa152e Two fixes: by Chris Lattner · 17 years ago
  18. 2b64fdc Fix a stringizing bug that Neil noticed. We should preprocess this: by Chris Lattner · 17 years ago
  19. 4aa88f8 by Steve Naroff · 17 years ago
  20. 5265af5 Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never by Chris Lattner · 17 years ago
  21. 0ea793e Correctly respect C99 5.1.1.2p4 when searching for the first '(' of by Chris Lattner · 17 years ago
  22. 9697a5c I forgot to check this in earlier by Chris Lattner · 17 years ago
  23. 08ad47c Fix references: by Bill Wendling · 17 years ago
  24. 16beff8 by Steve Naroff · 17 years ago
  25. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  26. 1467e03 add required directories to the path automatically, so the user doesn't need to worry about it. by Chris Lattner · 17 years ago
  27. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  28. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  29. d5e0d98 add FIXME and un-XFAIL test by Gabor Greif · 17 years ago
  30. 11f2dfe Add missing directory by Bill Wendling · 17 years ago
  31. 8bf9f07 Improve char literal pretty printing, patch by Keith Bauer! by Chris Lattner · 17 years ago
  32. b02d4b4 fix type of main, use != by Gabor Greif · 17 years ago
  33. 4db18f2 implement _Complex * == and != by Gabor Greif · 17 years ago
  34. bacfa02 a simple _Complex testcase by Gabor Greif · 17 years ago
  35. 7a543ad Unspecified type specs default to int. This fixes a crash by Chris Lattner · 17 years ago
  36. 8da1cb6 Check in these testcases. by Chris Lattner · 17 years ago
  37. a63ff14 new testcase that crashes the cfe due to implicit conversion fun by Chris Lattner · 17 years ago
  38. fa7c645 "Someone typed "PtrToInt" where they meant "IntToPtr". by Chris Lattner · 17 years ago
  39. a7fa381 update tests by Chris Lattner · 17 years ago
  40. e8fdbba -pedantic no longer defaults to on. by Chris Lattner · 17 years ago
  41. 2b80ec2 update test by Chris Lattner · 17 years ago
  42. 9623feb don't pick up random stuff in .svn directories. by Chris Lattner · 17 years ago
  43. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago