1. 6b88450 implement simple support for arbitrary token lookahead. Change the by Chris Lattner · 16 years ago
  2. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 16 years ago
  3. 5280408 Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 17 years ago
  4. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  5. 8bd36fc Behave correctly if a constraint expression is invalid. by Anders Carlsson · 17 years ago
  6. 64515f3 by Steve Naroff · 17 years ago
  7. 6e10a08 make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
  8. e0e713b Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
  9. 5c74942 Add support for dispatching an objc message to a variable by Chris Lattner · 17 years ago
  10. da46f3b First half of a fix for the "objc message send in initializer" bug. This only by Chris Lattner · 17 years ago
  11. 7c453b3 Don't ICE on missing interface declaration when declaring one of its protocols. by Fariborz Jahanian · 17 years ago
  12. 20552d2 Recover from user typo not having proper @interface decl and a bad foreach decl. by Fariborz Jahanian · 17 years ago
  13. a12a75f Remove non-ascii chaaracter from diagnostic by Fariborz Jahanian · 17 years ago
  14. 94cdb25 Warn (as gcc does) when @end does not close anything. by Fariborz Jahanian · 17 years ago
  15. 540fc53 Limit type of foreach's element and collection to be a pointer to by Fariborz Jahanian · 17 years ago
  16. 8ce5da3 Issue diagnostics if more than one declaration in objectove-c's foreach-stmt header. by Fariborz Jahanian · 17 years ago
  17. b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
  18. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  19. 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
  20. 0de2ae2 Issue diagnostic when objective-c's @interface is preceeded by a type specifier. by Fariborz Jahanian · 17 years ago
  21. 0ba0aa1 Prevent crash on incorrect objc messaging expression. by Fariborz Jahanian · 17 years ago
  22. 1e57144 add a file I forgot to svn add. by Chris Lattner · 17 years ago
  23. 516bd46 Fix a crash on a top-level objc string, patch by Nico Weber by Chris Lattner · 17 years ago
  24. cb53b36 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 17 years ago
  25. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  26. f366b4c Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 17 years ago
  27. 5ef404f Patch to prevent crash on use of objc2 syntax. by Fariborz Jahanian · 17 years ago
  28. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  29. eecf847 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
  30. 4c1a2a9 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  31. e61933d Fix a recovery bug Fariborz and I noticed yesterday. We were producing: by Chris Lattner · 17 years ago
  32. 02209fb remove typedef. by Chris Lattner · 17 years ago
  33. a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
  34. bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  35. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  36. dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
  37. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  38. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  39. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  40. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  41. 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  42. a65ff6c Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
  43. 0ccb27d 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
  44. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  45. 2215325 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 17 years ago
  46. ad7ef48 Change Expr::isLvalue() to properly deal with ImplicitCastExpr's. by Steve Naroff · 17 years ago
  47. e45fa6a reenable this. by Chris Lattner · 17 years ago
  48. 388577b test the parser only, not sema. by Chris Lattner · 17 years ago
  49. a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  50. 2f9d5fe add a testcase I forgot to check in long ago by Chris Lattner · 17 years ago
  51. e77fd3c by Steve Naroff · 17 years ago
  52. c301815 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 17 years ago
  53. cff944b fix this test to pass. by Chris Lattner · 17 years ago
  54. 13b7c5f Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  55. 69625f4 by Steve Naroff · 17 years ago
  56. 52e3de5 fix hang in testsuite by Chris Lattner · 17 years ago
  57. 608e0ee Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
  58. d04fdd5 by Steve Naroff · 17 years ago
  59. 441995e by Steve Naroff · 17 years ago
  60. 8d1a3b8 by Steve Naroff · 17 years ago
  61. 2cb64ec by Steve Naroff · 17 years ago
  62. d1861fd by Steve Naroff · 17 years ago
  63. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  64. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  65. eca9967 don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
  66. 700204c by Steve Naroff · 17 years ago
  67. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
  68. 4aa88f8 by Steve Naroff · 17 years ago
  69. 16beff8 by Steve Naroff · 17 years ago
  70. 8bf9f07 Improve char literal pretty printing, patch by Keith Bauer! by Chris Lattner · 17 years ago
  71. a7fa381 update tests by Chris Lattner · 17 years ago
  72. e8fdbba -pedantic no longer defaults to on. by Chris Lattner · 17 years ago
  73. 2b80ec2 update test by Chris Lattner · 17 years ago
  74. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago