1. a24195a After late parsing an objc method, make sure there are no leftover cached tokens, by Argyrios Kyrtzidis · 13 years ago
  2. 90ec96f Fix: allow @protocol forward declarations inside @implementation-s. by Erik Verbruggen · 13 years ago
  3. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
  4. 2fea224 Fix leaking of LexedMethod objects created for caching objc method definitions tokens by Argyrios Kyrtzidis · 13 years ago
  5. 35593a9 [libclang] Fix crash on invalid code. Fixes rdar://10451854 by Argyrios Kyrtzidis · 13 years ago
  6. 4a8dfb5 Introduce BalancedDelimiterTracker, to better track open/close by Douglas Gregor · 13 years ago
  7. 3a38744 When using an unavailable/deprecated interface Foo inside Foo's interface/implementation by Argyrios Kyrtzidis · 13 years ago
  8. 11d7716 Pass from the parser the locations of selector identifiers when creating by Argyrios Kyrtzidis · 13 years ago
  9. 9513762 Pass all the locations of the selector identifiers for a message expression from the parser. by Argyrios Kyrtzidis · 13 years ago
  10. cdda47f Parse attributes written in an ObjC method parameter type as by John McCall · 13 years ago
  11. 13d05ac Clean up parsing the category names in interfaces slightly, using by Douglas Gregor · 13 years ago
  12. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  13. 77b6de0 ArrayRef-ifying the fields passed to Sema::ActOnFields by David Blaikie · 13 years ago
  14. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  15. 7d10087 Support code-completion for C++ inline methods and ObjC buffering methods. by Argyrios Kyrtzidis · 13 years ago
  16. 8697d30 objective-c: this patch (re)introduces objective-c's default property by Fariborz Jahanian · 13 years ago
  17. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  18. 10af879 Minor clean up of objc's decl context stuff. No change in functionality. by Fariborz Jahanian · 13 years ago
  19. 95ed778 objective-c: Treat top-level objective-c declarations by Fariborz Jahanian · 13 years ago
  20. f09530f Reverse r138567 until a buildbot failure is investigated. by Fariborz Jahanian · 13 years ago
  21. d8e987b objc -arse: Use DeclGroup for forward class declarations; by Fariborz Jahanian · 13 years ago
  22. 2f64cfe objc refactoring - minor clean up. by Fariborz Jahanian · 13 years ago
  23. 9735c5e objc - Simplify switing objc decl context by using a context switching object. by Fariborz Jahanian · 13 years ago
  24. a28948f Restore patch I reversed in r138040. Known buildbot failures are resolved. by Fariborz Jahanian · 13 years ago
  25. e6f07f5 Revers r138040. Need to look at a few buildbot failures. by Fariborz Jahanian · 13 years ago
  26. 3dbf2f5 objective-c: Bring objective-c handling of decl context by Fariborz Jahanian · 13 years ago
  27. 0752403 The lock operand to an @synchronized statement is also by John McCall · 13 years ago
  28. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  29. 17b6399 Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch. by Argyrios Kyrtzidis · 13 years ago
  30. 19bd77c Remove dead variables. by Benjamin Kramer · 13 years ago
  31. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  32. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  33. 45937ae Restore 'atomic' as an attribute of objc properties. by Fariborz Jahanian · 13 years ago
  34. b92003b Remove 'atomic' as a property attribute keyword. by Fariborz Jahanian · 13 years ago
  35. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago
  36. 3b3e1a9 fix the second part of rdar://8366474 - clang fails to parse ObjC selectors with '::', when :: isn't the first part of the selector. by Chris Lattner · 13 years ago
  37. 7da19ea Fix the recovery from missing semis on @property declarations to not consume by John McCall · 13 years ago
  38. 0b7e678 Insomniac refactoring: change how the parser allocates attributes so that by John McCall · 13 years ago
  39. c05a94b Call out ObjC parameter types as a different kind of declarator context by John McCall · 13 years ago
  40. c9977d0 Make sure that we always pop a function's scope *before* we call by Douglas Gregor · 13 years ago
  41. 90ba78c Place duplicate argument declaration in in by Fariborz Jahanian · 13 years ago
  42. b77cab9 Clarify the context in which an Objective-C type name is being parsed by Douglas Gregor · 13 years ago
  43. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 14 years ago
  44. 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 14 years ago
  45. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  46. e6bf90a Use Parser::ExpectAndConsume() uniformly to eat semicolons after by Douglas Gregor · 14 years ago
  47. b162054 Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCodeCompletion and check isCodeCompletionEnabled() before doing the call. by Argyrios Kyrtzidis · 14 years ago
  48. 0fe5397 When in code-completion, skip obj-c method bodies for speed up. by Argyrios Kyrtzidis · 14 years ago
  49. 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 14 years ago
  50. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  51. dd4430e Warn when synthesizing a property which is by Fariborz Jahanian · 14 years ago
  52. b321c0c fix typo by Chris Lattner · 14 years ago
  53. 46f936e When parsing something that looks like an ill-formed by Douglas Gregor · 14 years ago
  54. a4ffd85 For an Objective-C @synthesize statement, e.g., by Douglas Gregor · 14 years ago
  55. 8113ecf Region-allocate all AttributeList objects from a factory object instead of manually managing them by Ted Kremenek · 14 years ago
  56. df81c2c Issues good diagnostic when @end is missing. // rdar://8283484 by Fariborz Jahanian · 14 years ago
  57. 46d545e Diagnose a coherant message when @interface by Fariborz Jahanian · 14 years ago
  58. 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
  59. 9c4bb2c Fix spelling error. by Cameron Esfahani · 14 years ago
  60. 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  61. 70c5ac7 Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 14 years ago
  62. 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
  63. 304b752 Initialize TypeOrExpr to NULL to silence a false-positive uninitialized warning by Nick Lewycky · 14 years ago
  64. 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
  65. 9ba23b4 Improve recovery when there is a stray ']' or ')' before the ';' at by Douglas Gregor · 14 years ago
  66. 3846ca2 Use std::string instead of llvm::StringRef to avoid dangling ref. by Fariborz Jahanian · 14 years ago
  67. afbc681 Use getSpelling to get original text of the c++ operator token. (radar 8328250). by Fariborz Jahanian · 14 years ago
  68. be74740 Patch to allow alternative representation of c++ by Fariborz Jahanian · 14 years ago
  69. 5add754 handle :: in selectors in objc++ mode, rdar://8366474 by Chris Lattner · 14 years ago
  70. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  71. 458433d Implement code completion for @selector expressions by Douglas Gregor · 14 years ago
  72. 60d7b3a OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 14 years ago
  73. b3d8748 Abstract out passing around types and kill off ActionBase. by John McCall · 14 years ago
  74. d32b022 Provide code completion results for the context-sensitive Objective-C by Douglas Gregor · 14 years ago
  75. 9ae2f07 Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). by John McCall · 14 years ago
  76. d097be8 Handling remaining rule for synthesize bitfields in by Fariborz Jahanian · 14 years ago
  77. 2ccccb3 Introduce a new code-completion point when we're parsing a by Douglas Gregor · 14 years ago
  78. ca0408f Sundry incremental steps towards killing off Action. by John McCall · 14 years ago
  79. d226f65 DeclPtrTy -> Decl * by John McCall · 14 years ago
  80. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  81. e6b1bb6 Once code completion has completed, pass a "completion context" on to by Douglas Gregor · 14 years ago
  82. 3fe1041 atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 14 years ago
  83. 40ed9a1 Support code completion for parameter names in Objective-C method declarations. by Douglas Gregor · 14 years ago
  84. 1f5537a Introduce a new code-completion point prior to an identifier in the by Douglas Gregor · 14 years ago
  85. 23c94db Move the "current scope" state from the Parser into Action. This by Douglas Gregor · 14 years ago
  86. f13ca06 Make the "extra ';' inside a struct or union" diagnostic more by Douglas Gregor · 14 years ago
  87. c59cb38 Minor tweaks on doug's objc recovery patch: the caller by Chris Lattner · 14 years ago
  88. 1b730e8 When we see the a '[' in a postfix expression in Objective-C, perform by Douglas Gregor · 14 years ago
  89. 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 14 years ago
  90. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  91. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 14 years ago
  92. 5512ba5 Cleanup error recovery for a missing '-'|'+' by Fariborz Jahanian · 14 years ago
  93. 4e6c0d1 Rework Parser-Sema interface for Objective-C @catch exception object by Douglas Gregor · 14 years ago
  94. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 14 years ago
  95. 6aa14d8 Implement parsing for message sends in Objective-C++. Message sends in by Douglas Gregor · 14 years ago
  96. 1569f95 Migrate the responsibility for turning the receiver name in an by Douglas Gregor · 14 years ago
  97. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 14 years ago
  98. 02418c7 Fix crash on invalid code where a @throw statement is not followed by a ';' by Ted Kremenek · 14 years ago
  99. c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 14 years ago
  100. 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 14 years ago