1. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  2. af6f528 New file, just a placeholder for now. by Chris Lattner · 17 years ago
  3. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  4. 94f05e3 Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  5. 441995e by Steve Naroff · 17 years ago
  6. 2ad07f0 add internals manual to project by Chris Lattner · 17 years ago
  7. b39eec4 add two missing files to the xcode project. by Chris Lattner · 17 years ago
  8. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  9. d1861fd by Steve Naroff · 17 years ago
  10. 700204c by Steve Naroff · 17 years ago
  11. 5e36a7a Add a cache to SourceManager to accellerate line # lookup. This is a by Chris Lattner · 17 years ago
  12. 9c68306 Fix a really subtle bug in the macro expander caching code, where by Chris Lattner · 17 years ago
  13. 731ec57 Minor simplification to Expr::isLvalue(). by Steve Naroff · 17 years ago
  14. 60c3a1b Update project for LexerToken.h -> Token.h by Chris Lattner · 17 years ago
  15. 464175b initial layout support for structures and unions. This isn't actually by Chris Lattner · 17 years ago
  16. c80b4ee by Steve Naroff · 17 years ago
  17. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  18. fa7c645 "Someone typed "PtrToInt" where they meant "IntToPtr". by Chris Lattner · 17 years ago
  19. c63b96a by Steve Naroff · 17 years ago
  20. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago