1. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  2. f366b4c Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 17 years ago
  3. 5ef404f Patch to prevent crash on use of objc2 syntax. by Fariborz Jahanian · 17 years ago
  4. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  5. eecf847 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
  6. 4c1a2a9 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  7. e61933d Fix a recovery bug Fariborz and I noticed yesterday. We were producing: by Chris Lattner · 17 years ago
  8. 02209fb remove typedef. by Chris Lattner · 17 years ago
  9. a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
  10. bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  11. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  12. dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
  13. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  14. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  15. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  16. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  17. 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  18. a65ff6c Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
  19. 0ccb27d 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
  20. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  21. 2215325 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 17 years ago
  22. ad7ef48 Change Expr::isLvalue() to properly deal with ImplicitCastExpr's. by Steve Naroff · 17 years ago
  23. e45fa6a reenable this. by Chris Lattner · 17 years ago
  24. 388577b test the parser only, not sema. by Chris Lattner · 17 years ago
  25. a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  26. 2f9d5fe add a testcase I forgot to check in long ago by Chris Lattner · 17 years ago
  27. e77fd3c by Steve Naroff · 17 years ago
  28. c301815 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 17 years ago
  29. cff944b fix this test to pass. by Chris Lattner · 17 years ago
  30. 13b7c5f Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  31. 69625f4 by Steve Naroff · 17 years ago
  32. 52e3de5 fix hang in testsuite by Chris Lattner · 17 years ago
  33. 608e0ee Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
  34. d04fdd5 by Steve Naroff · 17 years ago
  35. 441995e by Steve Naroff · 17 years ago
  36. 8d1a3b8 by Steve Naroff · 17 years ago
  37. 2cb64ec by Steve Naroff · 17 years ago
  38. d1861fd by Steve Naroff · 17 years ago
  39. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  40. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  41. eca9967 don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
  42. 700204c by Steve Naroff · 17 years ago
  43. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
  44. 4aa88f8 by Steve Naroff · 17 years ago
  45. 16beff8 by Steve Naroff · 17 years ago
  46. 8bf9f07 Improve char literal pretty printing, patch by Keith Bauer! by Chris Lattner · 17 years ago
  47. a7fa381 update tests by Chris Lattner · 17 years ago
  48. e8fdbba -pedantic no longer defaults to on. by Chris Lattner · 17 years ago
  49. 2b80ec2 update test by Chris Lattner · 17 years ago
  50. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago