1. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  2. 7e42cf2 Patch to warn when discarding objective-c pointer type qualifiers by Fariborz Jahanian · 15 years ago
  3. 6d910f0 Allow accessing 'isa' via '->' operator. (fixes radar 7447251). by Fariborz Jahanian · 15 years ago
  4. 2b5ff1a Patch to allow restrict applied to id/Class types. (fixes radar 7442244). by Fariborz Jahanian · 15 years ago
  5. 721e77d Move RequireCompleteType requirement for fields early into ActOnField so that by Eli Friedman · 15 years ago
  6. ba13543 "Incremental" progress on using expressions, by which I mean totally ripping by John McCall · 15 years ago
  7. a31100e Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. by Daniel Dunbar · 15 years ago
  8. a7cf23a Don't issue spurious diagnostic with Obj-C fast enumeration. (radar 7409165). by Fariborz Jahanian · 15 years ago
  9. 10324db Do not enter forward class 'Protocol' in decl context. by Fariborz Jahanian · 15 years ago
  10. 3393f81 Don't warn if objc method param types in declaration and by Fariborz Jahanian · 15 years ago
  11. 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
  12. 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
  13. a661bee Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/7364274>. by Ted Kremenek · 15 years ago
  14. 63e963c Handle case of missing '@end' in implementation context by Fariborz Jahanian · 15 years ago
  15. c8d8ac5 Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, by John McCall · 15 years ago
  16. 7ca8b06 writable atomic property's setter/getter must be in 'lock' step of by Fariborz Jahanian · 15 years ago
  17. a52ef08 Apparently the following idiom is specifically encouraged: by John McCall · 15 years ago
  18. dfcaf06 Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses <rdar://problem/7381735>. by Ted Kremenek · 15 years ago
  19. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  20. d669be5 Since default writable attribute is 'assign', allow by Fariborz Jahanian · 15 years ago
  21. d739021 Switch XFAIL format to match LLVM. by Daniel Dunbar · 15 years ago
  22. cc667e2 Assortment of property attributes declared in continuation by Fariborz Jahanian · 15 years ago
  23. a6f14e1 Property declared in continuation class can only be used to by Fariborz Jahanian · 15 years ago
  24. 3684bd4 Diagnose implementation of a property declared in a category by Fariborz Jahanian · 15 years ago
  25. e23fa2d This patch computes composite type of two objective-c expressions by Fariborz Jahanian · 15 years ago
  26. db07b3f Type of a conditional expression with two distinct objective-c by Fariborz Jahanian · 15 years ago
  27. 1d7e767 Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't by Mike Stump · 15 years ago
  28. 2b1f291 Changed text of warning in my last patch. by Fariborz Jahanian · 15 years ago
  29. 209a8c2 Issue warning if method body starts with a semicolon. by Fariborz Jahanian · 15 years ago
  30. a22b640 Add a test case demonstrating a situation where we get protocol type checking by Daniel Dunbar · 15 years ago
  31. b2ef1be Fix a regression in accessing class getter using the dot-syntax by Fariborz Jahanian · 15 years ago
  32. 9f43534 clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. by Daniel Dunbar · 15 years ago
  33. 31fddcc Update tests by Anders Carlsson · 15 years ago
  34. c3f48cd Using the property dot-syntax to invoke a non-eixsting by Fariborz Jahanian · 15 years ago
  35. 16b1037 This patch does the following. by Fariborz Jahanian · 15 years ago
  36. 6c35415 Added a FIXME to the test case. by Fariborz Jahanian · 15 years ago
  37. 9ab605a Changed abi mode for these test which are dereferencing an interface pointer. by Fariborz Jahanian · 15 years ago
  38. 7f89047 Test for my last patch. by Fariborz Jahanian · 15 years ago
  39. e588841 test case for my last patch. by Fariborz Jahanian · 15 years ago
  40. 9ec22a3 Type of a ?: expression whose either expression is a built-in 'id' by Fariborz Jahanian · 15 years ago
  41. 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
  42. 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
  43. f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
  44. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  45. 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  46. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  47. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  48. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  49. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  50. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  51. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  52. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  53. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  54. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  55. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  56. 2aa9444 Update test case; I don't really understand why packed enums changed this, but by Daniel Dunbar · 15 years ago
  57. e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
  58. dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
  59. ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
  60. c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
  61. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  62. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 15 years ago
  63. 4084c30 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 15 years ago
  64. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago
  65. 470301b Fix <rdar://problem/6770276> Support Class<Proto> syntax. by Steve Naroff · 15 years ago
  66. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  67. 8701877 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 15 years ago
  68. 8a1d722 - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate by Argyrios Kyrtzidis · 15 years ago
  69. 8cbd38c Some more ?: for Obj-C tests. by Daniel Dunbar · 15 years ago
  70. 1cdad9e Add more testing of ?: for Obj-C object types. by Daniel Dunbar · 15 years ago
  71. 9f8a04f Diagnose ++/-- op on objc pointers in nonfragile abi, instead of crashing. by Fariborz Jahanian · 15 years ago
  72. c70e8d9 Avoid crashing for the enclosed test case. by Steve Naroff · 15 years ago
  73. dbfe99e Handle some more fallout with the conversion of using PointerType for by Ted Kremenek · 15 years ago
  74. 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
  75. 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
  76. 9685aee Remove excessive use of Carbon.h / Cocoa.h in clang tests. by Daniel Dunbar · 15 years ago
  77. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  78. fdee089 don't crash if class is using itself as its super class. by Fariborz Jahanian · 15 years ago
  79. 0337f21 Diagnose, and not crash, when taking address of property expression. by Fariborz Jahanian · 15 years ago
  80. e0762c9 Keep track of when declarations are "used" according to C and by Douglas Gregor · 15 years ago
  81. 0b6b0e9 Test case was left behind from my last patch. by Fariborz Jahanian · 15 years ago
  82. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  83. 86f4385 Diagnose misuse of __strong attribute in a redeclaration. by Fariborz Jahanian · 15 years ago
  84. 8df7a28 Issue diagnostics on __weak attribute mismatch. by Fariborz Jahanian · 15 years ago
  85. 22869e6 Remove test which doesn't pass with gcc. by Eli Friedman · 15 years ago
  86. 585f7b2 This patch attempts to fix the merging of __strong/__weak attributes by Fariborz Jahanian · 15 years ago
  87. bacf3d7 Update test case. by Daniel Dunbar · 15 years ago
  88. 852d63b Disable type merging with gc attributes. This has a number of nasty by Eli Friedman · 15 years ago
  89. b5ff6bf Cannot type cast @selector expressions. by Fariborz Jahanian · 15 years ago
  90. 101a0b7 Added -fblocks to the test's options. by Fariborz Jahanian · 15 years ago
  91. cd18762 (Next runtime only) check to see if class implements forwardInvocation method by Fariborz Jahanian · 15 years ago
  92. 636bed1 Fixed a warning bug when receiver is an object via by Fariborz Jahanian · 15 years ago
  93. 5b16092 implementation of format_arg for ObjC methods/functions. Still more to do. by Fariborz Jahanian · 15 years ago
  94. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  95. 2574a68 Don't warn if result/argument type of an implemented by Fariborz Jahanian · 15 years ago
  96. 88f1ba0 Look for and diagnose missing sentinel argument on message by Fariborz Jahanian · 15 years ago
  97. 09d04e5 Changed wording of warning when attribute is on method definition. by Fariborz Jahanian · 15 years ago
  98. 5d36ac2 Method attributes may only be specified on method declarations. by Fariborz Jahanian · 15 years ago
  99. 9f8f026 We want to diagnose sending message to a forward class by Fariborz Jahanian · 15 years ago
  100. 89bc314 Warn if forward class is used as a receiver. by Fariborz Jahanian · 15 years ago