1. 2576061 Class continuation now has its own property ast for by Fariborz Jahanian · 14 years ago
  2. 432a889 Patch to fix a warning which exposed a bug in building by Fariborz Jahanian · 14 years ago
  3. e9ff443 Diagnose when user provided getter is being used as lvalue by Fariborz Jahanian · 14 years ago
  4. 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 14 years ago
  5. 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 14 years ago
  6. 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 14 years ago
  7. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  8. 7201d2f Fix test. by Anders Carlsson · 14 years ago
  9. f7066ac Add test case for <rdar://problem/7068334> (which was fixed by r94864). by Ted Kremenek · 15 years ago
  10. f88c8e0 Switch Sema over to using the new implementation of format string by Ted Kremenek · 15 years ago
  11. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  12. e4fb828 outside a method, 'super' should resolve in a normal name look up by Fariborz Jahanian · 15 years ago
  13. 3ad230e Settled rule on warning on unimplemented property in by Fariborz Jahanian · 15 years ago
  14. 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
  15. 2e8f00c objective-c test case for __attribute__((unused)) on method arguments. by Fariborz Jahanian · 15 years ago
  16. dd0cb90 Issue diagnostics (instead of crashing in code gen) when using by Fariborz Jahanian · 15 years ago
  17. 48c2d56 When in objective-c methods, do the built-in name lookup after by Fariborz Jahanian · 15 years ago
  18. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  19. 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 15 years ago
  20. a6f2638 When suggesting a typo correction for an @implementation without a by Douglas Gregor · 15 years ago
  21. b73e281 Fix a bug when property is redeclared in multiple by Fariborz Jahanian · 15 years ago
  22. 02deae8 Do not diagnose method disguised as property setter by Fariborz Jahanian · 15 years ago
  23. 95ff742 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 15 years ago
  24. f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago
  25. 38b48af clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option. by Daniel Dunbar · 15 years ago
  26. 6dd30fc Diagnose duplicate declaration of a property. Fixes PR5809 by Fariborz Jahanian · 15 years ago
  27. 772494c Add abort() as a builtin. This has two effects: one, we warn for incorrect by Eli Friedman · 15 years ago
  28. 2514a30 Diagnose attempting to assign to a sub-structure of an ivar by Fariborz Jahanian · 15 years ago
  29. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  30. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  31. 7e42cf2 Patch to warn when discarding objective-c pointer type qualifiers by Fariborz Jahanian · 15 years ago
  32. 6d910f0 Allow accessing 'isa' via '->' operator. (fixes radar 7447251). by Fariborz Jahanian · 15 years ago
  33. 2b5ff1a Patch to allow restrict applied to id/Class types. (fixes radar 7442244). by Fariborz Jahanian · 15 years ago
  34. 721e77d Move RequireCompleteType requirement for fields early into ActOnField so that by Eli Friedman · 15 years ago
  35. ba13543 "Incremental" progress on using expressions, by which I mean totally ripping by John McCall · 15 years ago
  36. a31100e Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. by Daniel Dunbar · 15 years ago
  37. a7cf23a Don't issue spurious diagnostic with Obj-C fast enumeration. (radar 7409165). by Fariborz Jahanian · 15 years ago
  38. 10324db Do not enter forward class 'Protocol' in decl context. by Fariborz Jahanian · 15 years ago
  39. 3393f81 Don't warn if objc method param types in declaration and by Fariborz Jahanian · 15 years ago
  40. ca74ae7 Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple. by Daniel Dunbar · 15 years ago
  41. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  42. a661bee Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/7364274>. by Ted Kremenek · 15 years ago
  43. 63e963c Handle case of missing '@end' in implementation context by Fariborz Jahanian · 15 years ago
  44. c8d8ac5 Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, by John McCall · 15 years ago
  45. 7ca8b06 writable atomic property's setter/getter must be in 'lock' step of by Fariborz Jahanian · 15 years ago
  46. a52ef08 Apparently the following idiom is specifically encouraged: by John McCall · 15 years ago
  47. dfcaf06 Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses <rdar://problem/7381735>. by Ted Kremenek · 15 years ago
  48. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  49. d669be5 Since default writable attribute is 'assign', allow by Fariborz Jahanian · 15 years ago
  50. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  51. cc667e2 Assortment of property attributes declared in continuation by Fariborz Jahanian · 15 years ago
  52. a6f14e1 Property declared in continuation class can only be used to by Fariborz Jahanian · 15 years ago
  53. 3684bd4 Diagnose implementation of a property declared in a category by Fariborz Jahanian · 15 years ago
  54. e23fa2d This patch computes composite type of two objective-c expressions by Fariborz Jahanian · 15 years ago
  55. db07b3f Type of a conditional expression with two distinct objective-c by Fariborz Jahanian · 15 years ago
  56. 1d7e767 Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't by Mike Stump · 15 years ago
  57. 2b1f291 Changed text of warning in my last patch. by Fariborz Jahanian · 15 years ago
  58. 209a8c2 Issue warning if method body starts with a semicolon. by Fariborz Jahanian · 15 years ago
  59. a22b640 Add a test case demonstrating a situation where we get protocol type checking by Daniel Dunbar · 15 years ago
  60. b2ef1be Fix a regression in accessing class getter using the dot-syntax by Fariborz Jahanian · 15 years ago
  61. 9f43534 clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. by Daniel Dunbar · 15 years ago
  62. 31fddcc Update tests by Anders Carlsson · 15 years ago
  63. c3f48cd Using the property dot-syntax to invoke a non-eixsting by Fariborz Jahanian · 15 years ago
  64. 16b1037 This patch does the following. by Fariborz Jahanian · 15 years ago
  65. 6c35415 Added a FIXME to the test case. by Fariborz Jahanian · 15 years ago
  66. 9ab605a Changed abi mode for these test which are dereferencing an interface pointer. by Fariborz Jahanian · 15 years ago
  67. 7f89047 Test for my last patch. by Fariborz Jahanian · 15 years ago
  68. e588841 test case for my last patch. by Fariborz Jahanian · 15 years ago
  69. 9ec22a3 Type of a ?: expression whose either expression is a built-in 'id' by Fariborz Jahanian · 15 years ago
  70. 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
  71. 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
  72. f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
  73. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  74. 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  75. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  76. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  77. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  78. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  79. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  80. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  81. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  82. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  83. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  84. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  85. 2aa9444 Update test case; I don't really understand why packed enums changed this, but by Daniel Dunbar · 15 years ago
  86. e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
  87. dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
  88. ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
  89. c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
  90. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  91. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 15 years ago
  92. 4084c30 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 15 years ago
  93. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago
  94. 470301b Fix <rdar://problem/6770276> Support Class<Proto> syntax. by Steve Naroff · 15 years ago
  95. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  96. 8701877 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 15 years ago
  97. 8a1d722 - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate by Argyrios Kyrtzidis · 15 years ago
  98. 8cbd38c Some more ?: for Obj-C tests. by Daniel Dunbar · 15 years ago
  99. 1cdad9e Add more testing of ?: for Obj-C object types. by Daniel Dunbar · 15 years ago
  100. 9f8a04f Diagnose ++/-- op on objc pointers in nonfragile abi, instead of crashing. by Fariborz Jahanian · 15 years ago