1. 9ec22a3 Type of a ?: expression whose either expression is a built-in 'id' by Fariborz Jahanian · 15 years ago
  2. 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
  3. 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
  4. f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
  5. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  6. 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  7. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  8. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  9. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  10. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  11. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  12. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  13. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  14. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  15. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  16. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  17. 2aa9444 Update test case; I don't really understand why packed enums changed this, but by Daniel Dunbar · 15 years ago
  18. e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
  19. dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
  20. ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
  21. c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
  22. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  23. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 15 years ago
  24. 4084c30 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 15 years ago
  25. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago
  26. 470301b Fix <rdar://problem/6770276> Support Class<Proto> syntax. by Steve Naroff · 15 years ago
  27. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  28. 8701877 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 15 years ago
  29. 8a1d722 - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate by Argyrios Kyrtzidis · 15 years ago
  30. 8cbd38c Some more ?: for Obj-C tests. by Daniel Dunbar · 15 years ago
  31. 1cdad9e Add more testing of ?: for Obj-C object types. by Daniel Dunbar · 15 years ago
  32. 9f8a04f Diagnose ++/-- op on objc pointers in nonfragile abi, instead of crashing. by Fariborz Jahanian · 15 years ago
  33. c70e8d9 Avoid crashing for the enclosed test case. by Steve Naroff · 15 years ago
  34. dbfe99e Handle some more fallout with the conversion of using PointerType for by Ted Kremenek · 15 years ago
  35. 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
  36. 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
  37. 9685aee Remove excessive use of Carbon.h / Cocoa.h in clang tests. by Daniel Dunbar · 15 years ago
  38. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  39. fdee089 don't crash if class is using itself as its super class. by Fariborz Jahanian · 15 years ago
  40. 0337f21 Diagnose, and not crash, when taking address of property expression. by Fariborz Jahanian · 15 years ago
  41. e0762c9 Keep track of when declarations are "used" according to C and by Douglas Gregor · 15 years ago
  42. 0b6b0e9 Test case was left behind from my last patch. by Fariborz Jahanian · 15 years ago
  43. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  44. 86f4385 Diagnose misuse of __strong attribute in a redeclaration. by Fariborz Jahanian · 15 years ago
  45. 8df7a28 Issue diagnostics on __weak attribute mismatch. by Fariborz Jahanian · 15 years ago
  46. 22869e6 Remove test which doesn't pass with gcc. by Eli Friedman · 15 years ago
  47. 585f7b2 This patch attempts to fix the merging of __strong/__weak attributes by Fariborz Jahanian · 15 years ago
  48. bacf3d7 Update test case. by Daniel Dunbar · 15 years ago
  49. 852d63b Disable type merging with gc attributes. This has a number of nasty by Eli Friedman · 15 years ago
  50. b5ff6bf Cannot type cast @selector expressions. by Fariborz Jahanian · 15 years ago
  51. 101a0b7 Added -fblocks to the test's options. by Fariborz Jahanian · 15 years ago
  52. cd18762 (Next runtime only) check to see if class implements forwardInvocation method by Fariborz Jahanian · 15 years ago
  53. 636bed1 Fixed a warning bug when receiver is an object via by Fariborz Jahanian · 15 years ago
  54. 5b16092 implementation of format_arg for ObjC methods/functions. Still more to do. by Fariborz Jahanian · 15 years ago
  55. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  56. 2574a68 Don't warn if result/argument type of an implemented by Fariborz Jahanian · 15 years ago
  57. 88f1ba0 Look for and diagnose missing sentinel argument on message by Fariborz Jahanian · 15 years ago
  58. 09d04e5 Changed wording of warning when attribute is on method definition. by Fariborz Jahanian · 15 years ago
  59. 5d36ac2 Method attributes may only be specified on method declarations. by Fariborz Jahanian · 15 years ago
  60. 9f8f026 We want to diagnose sending message to a forward class by Fariborz Jahanian · 15 years ago
  61. 89bc314 Warn if forward class is used as a receiver. by Fariborz Jahanian · 15 years ago
  62. 7aaa409 Fixes a bug in my last patch. Order of types reversed. by Fariborz Jahanian · 15 years ago
  63. 4c2743f More type checking for properties, accessors and by Fariborz Jahanian · 15 years ago
  64. 046efd9 Add a warning for a missing copy attribute on a property that is a by Mike Stump · 15 years ago
  65. cae27c5 a forward class declaration matching a typedef name of a class by Fariborz Jahanian · 15 years ago
  66. dd3e166 Improve semantic checking for blocks. Radar 6441502 by Mike Stump · 15 years ago
  67. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  68. 041f2fd Issue a warning in odd case of instance method used by Fariborz Jahanian · 15 years ago
  69. d4edddd ignore weak_import attribute on objc method decls. by Fariborz Jahanian · 15 years ago
  70. ad04e67 Fix invalid error about duplicate declaration of padding bit field in by Daniel Dunbar · 15 years ago
  71. b33f3ad Check for method type conflict between declaration in by Fariborz Jahanian · 15 years ago
  72. e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 15 years ago
  73. 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 15 years ago
  74. 6e5201b use of an ivar specified on a property @synthesize by Fariborz Jahanian · 15 years ago
  75. d0d4599 fix PR4021, array and functions decay in the receiver position of an objc message send. by Chris Lattner · 15 years ago
  76. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 15 years ago
  77. 5153ee6 Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to by Chris Lattner · 15 years ago
  78. b5f1562 reject explicit pointer arithmetic on interface pointers in 64-bit objc ABI by Chris Lattner · 15 years ago
  79. ced1e28 Avoid issuing spurious errors as side-effect of diagnosing by Fariborz Jahanian · 15 years ago
  80. 38ee7ff We don't accept this test anymore in a non-fragile ABI. by Daniel Dunbar · 15 years ago
  81. 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 15 years ago
  82. 77a6be4 Diagnose if an implementation implements a forward class by Fariborz Jahanian · 15 years ago
  83. a7503a7 Sema::ActOnStartClassInterface(): Use PushOnScopeChains(). by Steve Naroff · 15 years ago
  84. f09f03c rename test by Chris Lattner · 15 years ago
  85. 4d00f2a Fix a problem with objc foreach loop. It turns out that objc mode changes by Chris Lattner · 15 years ago
  86. 25efa10 Tighten up blocks type checking. This was discussed back in the by Mike Stump · 15 years ago
  87. 293b4d6 force a 32-bit triple. by Chris Lattner · 15 years ago
  88. 5bd0939 Force triple (test case fails for platforms with the non-fragile ABI). by Daniel Dunbar · 15 years ago
  89. f365d5b temporarily downgrade to a warning. by Chris Lattner · 15 years ago
  90. 0468fb9 Patch to diagnose use of objc's @defs in nonfragile abi. by Fariborz Jahanian · 15 years ago
  91. ca79092 reject sizeof(itf) when itf is a forward declared interface, or when by Chris Lattner · 15 years ago
  92. 69667a0 Fix test typo. by Daniel Dunbar · 15 years ago
  93. ff89666 Use an ASTRecordLayout to compute the sizeof an interface, not by Daniel Dunbar · 15 years ago
  94. a868a20 implement semantic analysis for @synchronized, fixing a crash on invalid by Chris Lattner · 15 years ago
  95. 46c3c4b add support for goto checking and @synchronized blocks, rdar://6810106 by Chris Lattner · 15 years ago
  96. 4f9c06a test that vlas are checked in an objc method context. by Chris Lattner · 15 years ago
  97. 5223af8 the scope checker does work with objc methods, add testcase. by Chris Lattner · 15 years ago
  98. dabbad0 I didn't understand how @catches were chained. Now that I get it, fix by Chris Lattner · 15 years ago
  99. 07e775d reject invalid jumps among pieces of @try blocks. This seems to work by Chris Lattner · 15 years ago
  100. 5ce71c9 improve wording of scope violation error messages. by Chris Lattner · 15 years ago