1. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  2. cc667e2 Assortment of property attributes declared in continuation by Fariborz Jahanian · 15 years ago
  3. a6f14e1 Property declared in continuation class can only be used to by Fariborz Jahanian · 15 years ago
  4. 3684bd4 Diagnose implementation of a property declared in a category by Fariborz Jahanian · 15 years ago
  5. e23fa2d This patch computes composite type of two objective-c expressions by Fariborz Jahanian · 15 years ago
  6. db07b3f Type of a conditional expression with two distinct objective-c by Fariborz Jahanian · 15 years ago
  7. 1d7e767 Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't by Mike Stump · 15 years ago
  8. 2b1f291 Changed text of warning in my last patch. by Fariborz Jahanian · 15 years ago
  9. 209a8c2 Issue warning if method body starts with a semicolon. by Fariborz Jahanian · 15 years ago
  10. a22b640 Add a test case demonstrating a situation where we get protocol type checking by Daniel Dunbar · 15 years ago
  11. b2ef1be Fix a regression in accessing class getter using the dot-syntax by Fariborz Jahanian · 15 years ago
  12. 9f43534 clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. by Daniel Dunbar · 15 years ago
  13. 31fddcc Update tests by Anders Carlsson · 15 years ago
  14. c3f48cd Using the property dot-syntax to invoke a non-eixsting by Fariborz Jahanian · 15 years ago
  15. 16b1037 This patch does the following. by Fariborz Jahanian · 15 years ago
  16. 6c35415 Added a FIXME to the test case. by Fariborz Jahanian · 15 years ago
  17. 9ab605a Changed abi mode for these test which are dereferencing an interface pointer. by Fariborz Jahanian · 15 years ago
  18. 7f89047 Test for my last patch. by Fariborz Jahanian · 15 years ago
  19. e588841 test case for my last patch. by Fariborz Jahanian · 15 years ago
  20. 9ec22a3 Type of a ?: expression whose either expression is a built-in 'id' by Fariborz Jahanian · 15 years ago
  21. 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
  22. 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
  23. f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
  24. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  25. 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  26. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  27. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  28. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  29. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  30. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  31. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  32. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  33. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  34. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  35. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  36. 2aa9444 Update test case; I don't really understand why packed enums changed this, but by Daniel Dunbar · 15 years ago
  37. e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
  38. dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
  39. ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
  40. c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
  41. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  42. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 15 years ago
  43. 4084c30 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 15 years ago
  44. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago
  45. 470301b Fix <rdar://problem/6770276> Support Class<Proto> syntax. by Steve Naroff · 15 years ago
  46. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  47. 8701877 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 15 years ago
  48. 8a1d722 - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate by Argyrios Kyrtzidis · 15 years ago
  49. 8cbd38c Some more ?: for Obj-C tests. by Daniel Dunbar · 15 years ago
  50. 1cdad9e Add more testing of ?: for Obj-C object types. by Daniel Dunbar · 15 years ago
  51. 9f8a04f Diagnose ++/-- op on objc pointers in nonfragile abi, instead of crashing. by Fariborz Jahanian · 15 years ago
  52. c70e8d9 Avoid crashing for the enclosed test case. by Steve Naroff · 15 years ago
  53. dbfe99e Handle some more fallout with the conversion of using PointerType for by Ted Kremenek · 15 years ago
  54. 0cdad6c Remove cast from test case (cast was incorrectly added as part of http://llvm.org/viewvc/llvm-project?view=rev&revision=75314). by Steve Naroff · 15 years ago
  55. de2e22d Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective). by Steve Naroff · 15 years ago
  56. 9685aee Remove excessive use of Carbon.h / Cocoa.h in clang tests. by Daniel Dunbar · 15 years ago
  57. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  58. fdee089 don't crash if class is using itself as its super class. by Fariborz Jahanian · 15 years ago
  59. 0337f21 Diagnose, and not crash, when taking address of property expression. by Fariborz Jahanian · 15 years ago
  60. e0762c9 Keep track of when declarations are "used" according to C and by Douglas Gregor · 15 years ago
  61. 0b6b0e9 Test case was left behind from my last patch. by Fariborz Jahanian · 15 years ago
  62. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 16 years ago
  63. 86f4385 Diagnose misuse of __strong attribute in a redeclaration. by Fariborz Jahanian · 16 years ago
  64. 8df7a28 Issue diagnostics on __weak attribute mismatch. by Fariborz Jahanian · 16 years ago
  65. 22869e6 Remove test which doesn't pass with gcc. by Eli Friedman · 16 years ago
  66. 585f7b2 This patch attempts to fix the merging of __strong/__weak attributes by Fariborz Jahanian · 16 years ago
  67. bacf3d7 Update test case. by Daniel Dunbar · 16 years ago
  68. 852d63b Disable type merging with gc attributes. This has a number of nasty by Eli Friedman · 16 years ago
  69. b5ff6bf Cannot type cast @selector expressions. by Fariborz Jahanian · 16 years ago
  70. 101a0b7 Added -fblocks to the test's options. by Fariborz Jahanian · 16 years ago
  71. cd18762 (Next runtime only) check to see if class implements forwardInvocation method by Fariborz Jahanian · 16 years ago
  72. 636bed1 Fixed a warning bug when receiver is an object via by Fariborz Jahanian · 16 years ago
  73. 5b16092 implementation of format_arg for ObjC methods/functions. Still more to do. by Fariborz Jahanian · 16 years ago
  74. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 16 years ago
  75. 2574a68 Don't warn if result/argument type of an implemented by Fariborz Jahanian · 16 years ago
  76. 88f1ba0 Look for and diagnose missing sentinel argument on message by Fariborz Jahanian · 16 years ago
  77. 09d04e5 Changed wording of warning when attribute is on method definition. by Fariborz Jahanian · 16 years ago
  78. 5d36ac2 Method attributes may only be specified on method declarations. by Fariborz Jahanian · 16 years ago
  79. 9f8f026 We want to diagnose sending message to a forward class by Fariborz Jahanian · 16 years ago
  80. 89bc314 Warn if forward class is used as a receiver. by Fariborz Jahanian · 16 years ago
  81. 7aaa409 Fixes a bug in my last patch. Order of types reversed. by Fariborz Jahanian · 16 years ago
  82. 4c2743f More type checking for properties, accessors and by Fariborz Jahanian · 16 years ago
  83. 046efd9 Add a warning for a missing copy attribute on a property that is a by Mike Stump · 16 years ago
  84. cae27c5 a forward class declaration matching a typedef name of a class by Fariborz Jahanian · 16 years ago
  85. dd3e166 Improve semantic checking for blocks. Radar 6441502 by Mike Stump · 16 years ago
  86. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
  87. 041f2fd Issue a warning in odd case of instance method used by Fariborz Jahanian · 16 years ago
  88. d4edddd ignore weak_import attribute on objc method decls. by Fariborz Jahanian · 16 years ago
  89. ad04e67 Fix invalid error about duplicate declaration of padding bit field in by Daniel Dunbar · 16 years ago
  90. b33f3ad Check for method type conflict between declaration in by Fariborz Jahanian · 16 years ago
  91. e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 16 years ago
  92. 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 16 years ago
  93. 6e5201b use of an ivar specified on a property @synthesize by Fariborz Jahanian · 16 years ago
  94. d0d4599 fix PR4021, array and functions decay in the receiver position of an objc message send. by Chris Lattner · 16 years ago
  95. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 16 years ago
  96. 5153ee6 Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to by Chris Lattner · 16 years ago
  97. b5f1562 reject explicit pointer arithmetic on interface pointers in 64-bit objc ABI by Chris Lattner · 16 years ago
  98. ced1e28 Avoid issuing spurious errors as side-effect of diagnosing by Fariborz Jahanian · 16 years ago
  99. 38ee7ff We don't accept this test anymore in a non-fragile ABI. by Daniel Dunbar · 16 years ago
  100. 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 16 years ago