1. 402b337 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
  2. 70f1624 Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 17 years ago
  3. ee4c3bf Add support for attribute(deprecated), patch by Nuno Lopes! by Chris Lattner · 17 years ago
  4. 13bfae6 Added support for attribute "noreturn." by Ted Kremenek · 17 years ago
  5. a7447ba add parsing, ast building and pretty printing support for C++ throw expressions. by Chris Lattner · 17 years ago
  6. 43b885f convert tabs to spaces, patch by Mike Stump! by Chris Lattner · 17 years ago
  7. 754d3fc Handle __attribute__((annotate("string"))) by Nate Begeman · 17 years ago
  8. 69f0193 Collect and build and process type attributes on pointers. For by Chris Lattner · 17 years ago
  9. d243eb4 add a method to AttributeList that converts an identifier to an enum. by Chris Lattner · 17 years ago
  10. 8027be6 ParseCompoundStatementBody expects to only be called with { as the current by Chris Lattner · 17 years ago
  11. 91cf86e by Steve Naroff · 17 years ago
  12. 8329885 by Steve Naroff · 17 years ago
  13. 3cd7fc3 by Steve Naroff · 17 years ago
  14. 6f9f955 by Steve Naroff · 17 years ago
  15. 606f707 by Steve Naroff · 17 years ago
  16. cfe7821 by Steve Naroff · 17 years ago
  17. 871fd79 Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  18. 749d7b0 Behave correctly if a constraint expression is invalid. by Anders Carlsson · 17 years ago
  19. 8ce442a by Steve Naroff · 17 years ago
  20. ab3dfe0 by Steve Naroff · 17 years ago
  21. 4f7f441 Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  22. f41100b Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  23. be880ec by Steve Naroff · 17 years ago
  24. 7deb29f Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  25. f9bba13 by Steve Naroff · 17 years ago
  26. 73a0703 by Steve Naroff · 17 years ago
  27. 634f363 by Steve Naroff · 17 years ago
  28. de6a9c4 Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
  29. c949a46 by Steve Naroff · 17 years ago
  30. 6cf9294 Implement support for __extension__ which silences extwarnings in its by Chris Lattner · 17 years ago
  31. 098c10a by Steve Naroff · 17 years ago
  32. e5db29f Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
  33. c6078c9 Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago
  34. fd44db3 On an unexpected @foo keyword, return failure instead of a 'successful' null AST. This fixes a segfault by Chris Lattner · 17 years ago
  35. 5f5d622 Fixed misc. issues raised by Chris L. on @synchronized implementation. by Fariborz Jahanian · 17 years ago
  36. c9fd4d1 AST for @synchronized. by Fariborz Jahanian · 17 years ago
  37. 993360a Bunch of type defs, etc. for @synchronized. by Fariborz Jahanian · 17 years ago
  38. 1cbb276 by Steve Naroff · 17 years ago
  39. e69015d Add support for dispatching an objc message to a variable by Chris Lattner · 17 years ago
  40. 16c865e First half of a fix for the "objc message send in initializer" bug. This only by Chris Lattner · 17 years ago
  41. c0587e1 Factor a complex predicate out to a helper method. by Chris Lattner · 17 years ago
  42. ed27a53 split the second half of ParseObjCMessageExpression into a new by Chris Lattner · 17 years ago
  43. 8d050af remove an implemented todo by Chris Lattner · 17 years ago
  44. 9f3bfb7 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  45. 1b5c9f7 Fix a fixme, by only parsing extern "C" in C++ mode. by Chris Lattner · 17 years ago
  46. 806a5f5 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  47. 1a8dcaf Warn (as gcc does) when @end does not close anything. by Fariborz Jahanian · 17 years ago
  48. 42730c5 Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  49. 6e9c2b1 Added a comment, minor refactoring of foreach parsing code per Chris's suggestion. by Fariborz Jahanian · 17 years ago
  50. cadb070 Minor changes as suggested by Chris L. by Fariborz Jahanian · 17 years ago
  51. 1300bc7 Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
  52. 9e920f3 New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 17 years ago
  53. f9c0a0d Issue diagnostic when objective-c's @interface is preceeded by a type specifier. by Fariborz Jahanian · 17 years ago
  54. 1fc8224 Prevent crash on incorrect objc messaging expression. by Fariborz Jahanian · 17 years ago
  55. bd59960 remove attribution from makefiles. by Chris Lattner · 17 years ago
  56. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  57. 869c522 Fix a crash on a top-level objc string, patch by Nico Weber by Chris Lattner · 17 years ago
  58. 847f5c1 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 17 years ago
  59. 464c7f6 Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
  60. f258a0f by Steve Naroff · 17 years ago
  61. 9b6d933 use new interface. by Chris Lattner · 17 years ago
  62. 1a442d3 Concatenation of objc strings. by Fariborz Jahanian · 17 years ago
  63. d7f64cd TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  64. 2b740db move function to a more logical location, add its grammar productions. by Chris Lattner · 17 years ago
  65. f70b5db remove todo by Chris Lattner · 17 years ago
  66. 0d7804f simplify some code. by Chris Lattner · 17 years ago
  67. ddd3e63 Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
  68. b3ee193 Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  69. 5d175c3 Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 17 years ago
  70. b4452ed Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  71. 6fd8927 by Steve Naroff · 17 years ago
  72. bb95a38 improve VC++ compatibility, patch by Cédric Venet. by Chris Lattner · 17 years ago
  73. e128c1d Test commit by Seo Sanghyeon · 17 years ago
  74. ca44ffd by Steve Naroff · 17 years ago
  75. 6fd865b by Steve Naroff · 17 years ago
  76. 759f45d Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  77. 965d520 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
  78. 861a285 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
  79. 076c111 Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  80. 9f176d1 by Steve Naroff · 17 years ago
  81. 29fe746 by Steve Naroff · 17 years ago
  82. 2baef2e Handle "bool" in all places that touch _Bool. by Chris Lattner · 17 years ago
  83. 18c8338 by Steve Naroff · 17 years ago
  84. 84079d7 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  85. 4855356 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  86. 2ce5dc5 'super' nailed. by Fariborz Jahanian · 17 years ago
  87. e015e9c by Steve Naroff · 17 years ago
  88. 99ee430 by Steve Naroff · 17 years ago
  89. 9191a9e8 by Steve Naroff · 17 years ago
  90. b82c50f by Steve Naroff · 17 years ago
  91. 83ddf82 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  92. e6f59f1 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  93. ff746bc Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  94. 8473b22 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  95. dfb1c37 First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  96. 829dfe5 Refactored parsing of main function body for reuse by objective-c methods. by Fariborz Jahanian · 17 years ago
  97. 08df2c6 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  98. d8df6d8 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  99. 0add5d2 by Steve Naroff · 17 years ago
  100. 59e9e04 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 17 years ago