1. c1b3ba5 ParseCompoundStatementBody expects to only be called with { as the current by Chris Lattner · 17 years ago
  2. 96715ae by Steve Naroff · 17 years ago
  3. e39bfd0 by Steve Naroff · 17 years ago
  4. 9532414 by Steve Naroff · 17 years ago
  5. 5f8aa69 by Steve Naroff · 17 years ago
  6. e7a3730 by Steve Naroff · 17 years ago
  7. 705b5b5 by Steve Naroff · 17 years ago
  8. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  9. 8bd36fc Behave correctly if a constraint expression is invalid. by Anders Carlsson · 17 years ago
  10. 3628097 by Steve Naroff · 17 years ago
  11. 03d6bc6 by Steve Naroff · 17 years ago
  12. dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  13. 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  14. b746ce8 by Steve Naroff · 17 years ago
  15. 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  16. 419154d by Steve Naroff · 17 years ago
  17. d62701b by Steve Naroff · 17 years ago
  18. 5e7dc44 by Steve Naroff · 17 years ago
  19. dfab34a Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
  20. 64515f3 by Steve Naroff · 17 years ago
  21. 3508084 Implement support for __extension__ which silences extwarnings in its by Chris Lattner · 17 years ago
  22. d1a7cf8 by Steve Naroff · 17 years ago
  23. e0e713b Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
  24. 796ef3d Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago
  25. 9d49395 On an unexpected @foo keyword, return failure instead of a 'successful' null AST. This fixes a segfault by Chris Lattner · 17 years ago
  26. 78a677b Fixed misc. issues raised by Chris L. on @synchronized implementation. by Fariborz Jahanian · 17 years ago
  27. fa3ee8e AST for @synchronized. by Fariborz Jahanian · 17 years ago
  28. c385c90 Bunch of type defs, etc. for @synchronized. by Fariborz Jahanian · 17 years ago
  29. d6326c6 by Steve Naroff · 17 years ago
  30. 5c74942 Add support for dispatching an objc message to a variable by Chris Lattner · 17 years ago
  31. da46f3b First half of a fix for the "objc message send in initializer" bug. This only by Chris Lattner · 17 years ago
  32. 14dd98a Factor a complex predicate out to a helper method. by Chris Lattner · 17 years ago
  33. 699b661 split the second half of ParseObjCMessageExpression into a new by Chris Lattner · 17 years ago
  34. 5ac87ed remove an implemented todo by Chris Lattner · 17 years ago
  35. e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  36. 3c6f6a7 Fix a fixme, by only parsing extern "C" in C++ mode. by Chris Lattner · 17 years ago
  37. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  38. 94cdb25 Warn (as gcc does) when @end does not close anything. by Fariborz Jahanian · 17 years ago
  39. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  40. bdd15f7 Added a comment, minor refactoring of foreach parsing code per Chris's suggestion. by Fariborz Jahanian · 17 years ago
  41. 335a2d4 Minor changes as suggested by Chris L. by Fariborz Jahanian · 17 years ago
  42. 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
  43. 0196cab New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 17 years ago
  44. 0de2ae2 Issue diagnostic when objective-c's @interface is preceeded by a type specifier. by Fariborz Jahanian · 17 years ago
  45. 0ba0aa1 Prevent crash on incorrect objc messaging expression. by Fariborz Jahanian · 17 years ago
  46. 6298b8c remove attribution from makefiles. by Chris Lattner · 17 years ago
  47. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  48. 516bd46 Fix a crash on a top-level objc string, patch by Nico Weber by Chris Lattner · 17 years ago
  49. cb53b36 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 17 years ago
  50. d7d860d Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
  51. 8d54bf2 by Steve Naroff · 17 years ago
  52. aa715be use new interface. by Chris Lattner · 17 years ago
  53. 79a99f2 Concatenation of objc strings. by Fariborz Jahanian · 17 years ago
  54. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  55. e8b724d move function to a more logical location, add its grammar productions. by Chris Lattner · 17 years ago
  56. fbb9898 remove todo by Chris Lattner · 17 years ago
  57. dcc2cbc simplify some code. by Chris Lattner · 17 years ago
  58. b3a99cd Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
  59. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  60. f366b4c Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 17 years ago
  61. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  62. 887407e by Steve Naroff · 17 years ago
  63. 2efcd2f improve VC++ compatibility, patch by Cédric Venet. by Chris Lattner · 17 years ago
  64. cd5af4b Test commit by Seo Sanghyeon · 17 years ago
  65. 89307ff by Steve Naroff · 17 years ago
  66. 1f64432 by Steve Naroff · 17 years ago
  67. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  68. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  69. eecf847 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
  70. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  71. 49f109c by Steve Naroff · 17 years ago
  72. 335eafa by Steve Naroff · 17 years ago
  73. 9298d96 Handle "bool" in all places that touch _Bool. by Chris Lattner · 17 years ago
  74. 71c0a95 by Steve Naroff · 17 years ago
  75. 1b4e251 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  76. 4c1a2a9 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  77. 0523aaf 'super' nailed. by Fariborz Jahanian · 17 years ago
  78. 1150821 by Steve Naroff · 17 years ago
  79. d6d054d by Steve Naroff · 17 years ago
  80. 409be83 by Steve Naroff · 17 years ago
  81. 0416fb9 by Steve Naroff · 17 years ago
  82. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  83. 60fbca0 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  84. 360300c Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  85. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  86. 306d68f First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  87. f9ed315 Refactored parsing of main function body for reuse by objective-c methods. by Fariborz Jahanian · 17 years ago
  88. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  89. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  90. beaf299 by Steve Naroff · 17 years ago
  91. 7794cb8 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 17 years ago
  92. bd49a64 AST for @try statement. by Fariborz Jahanian · 17 years ago
  93. 161a9c5 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  94. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  95. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  96. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  97. 8749be5 by Steve Naroff · 17 years ago
  98. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  99. b4292f2 by Steve Naroff · 17 years ago
  100. 8ee529b by Steve Naroff · 17 years ago