- 0f93758 Fix typo in error message and testcase. by Eric Christopher · 14 years ago
- 95f1b86 No need to default synthesize property if implementation by Fariborz Jahanian · 14 years ago
- cdaa6a8 Fix a bug in nonfragile-abi2 when attempting to diagnose by Fariborz Jahanian · 14 years ago
- 1b72fa7 Diagnose if type of iboutletcollection attribute is a builtin type. by Fariborz Jahanian · 14 years ago
- 3a3400b Diagnose use of iboutletcollection on ivar/property by Fariborz Jahanian · 14 years ago
- a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 14 years ago
- 57dae1a Diagnose assiging to an interface object in by Fariborz Jahanian · 14 years ago
- f759b4d When issuing warning for future conflict resolution, by Fariborz Jahanian · 14 years ago
- 192b146 Fixes block type matching bug. Radar 8302845. by Fariborz Jahanian · 14 years ago
- c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 14 years ago
- 741c362 Change text of diagnostics on user request. radar 7948654. by Fariborz Jahanian · 14 years ago
- faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 14 years ago
- ba55198 Fix a spurious warning when message sent to qualified-id type receiver (pr7861). by Fariborz Jahanian · 14 years ago
- 6b308f6 Implements gcc's -Wstrict-selector-match. (radar 8127244). by Fariborz Jahanian · 14 years ago
- d1909bb Warn if class object does not implement qualified by Fariborz Jahanian · 14 years ago
- 59c451e Fix an Objective-C crasher, PR7839. by Douglas Gregor · 14 years ago
- 73f666f Tighten the rules when deciding if an ivar must be by Fariborz Jahanian · 14 years ago
- 2d6c906 Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. by Ted Kremenek · 14 years ago
- b1d58e3 Tigthen the condition for issung ivar shadowing by Fariborz Jahanian · 14 years ago
- 69d5624 Warn when property ivar lookup finds a global variable by Fariborz Jahanian · 14 years ago
- 042411c Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that by Ted Kremenek · 14 years ago
- a8f8dac Patch to type match comparing Objective-C Classes which implement by Fariborz Jahanian · 14 years ago
- 84ef4b2 Categories cannot synthesize property ivars, and a minor cleanup. by Fariborz Jahanian · 14 years ago
- af6c314 Another test case for on demand synthesis of ivars. by Fariborz Jahanian · 14 years ago
- ad51e74 Patch to synthesize property ivars on demand as by Fariborz Jahanian · 14 years ago
- d3635b9 Don't error when doing default property synthesis by Fariborz Jahanian · 14 years ago
- 9ccd725 Consider obective-c pointer arguments as valid sentinel args by Fariborz Jahanian · 14 years ago
- ae415dc Check on property attributes which are declared by Fariborz Jahanian · 14 years ago
- e10c67f Add test case for <rdar://problem/4289832>. Clang actuallys gets by Ted Kremenek · 14 years ago
- cfa6a27 This patch fixes a bug whereby, clang skipped by Fariborz Jahanian · 14 years ago
- 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 14 years ago
- 13927a4 Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. by Ted Kremenek · 14 years ago
- 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 14 years ago
- 62ac5d0 Misc. fixes to bring Objetive-C++'s handling of by Fariborz Jahanian · 14 years ago
- bf1ee34 These test now run in objective-c++ mode we well. by Fariborz Jahanian · 14 years ago
- 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 15 years ago
- 4d9e738 Complain when we try to initialize an object of Objective-C class type by Douglas Gregor · 15 years ago
- 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 15 years ago
- 9d84632 Properties cannot be synthesized by-dafult in by Fariborz Jahanian · 15 years ago
- bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 15 years ago
- 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 15 years ago
- 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 15 years ago
- ca5cec3 Trying to improve on a diagnostics for properties. by Fariborz Jahanian · 15 years ago
- d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 15 years ago
- a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
- 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 15 years ago
- d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 15 years ago
- 02418c7 Fix crash on invalid code where a @throw statement is not followed by a ';' by Ted Kremenek · 15 years ago
- b00ab27 Patch to support transparent_union types on by Fariborz Jahanian · 15 years ago
- d7174f2 More tests for Objective-C-related name lookup weirdness. Yes, it's by Douglas Gregor · 15 years ago
- 422bae7 Allow the 'ibaction' attribute to be attached to method declarations (and not issue a warning). by Ted Kremenek · 15 years ago
- c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 15 years ago
- 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 15 years ago
- 8b9f187 tighten the check for cast of super to avoid rejecting valid code, by Chris Lattner · 15 years ago
- 454006d fix rdar://7852959 - Use of super within a block is actually ok. by Chris Lattner · 15 years ago
- 1e46136 fix a bug I noticed by inspection, correcting two reject-valid bugs. by Chris Lattner · 15 years ago
- a823d6a fix a rejects-valid bug that I introduced, pointed out by David Chisnall by Chris Lattner · 15 years ago
- 236beab fix a rejects-valid testcase involving super that I dreamt up. by Chris Lattner · 15 years ago
- 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 15 years ago
- b9342fb avoid double negatives by Chris Lattner · 15 years ago
- eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 15 years ago
- 0784fcd fix a problem causing us to lose the ''s around objc interface names by Chris Lattner · 15 years ago
- 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 15 years ago
- d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
- cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
- b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 15 years ago
- 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 15 years ago
- e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 15 years ago
- 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 15 years ago
- 0bd0459 Patch to not build ivar ASTs when they are ilegally declared in categories. by Fariborz Jahanian · 15 years ago
- a983448 Put type restriction on convesion to nonconforming 'id' back in by Fariborz Jahanian · 15 years ago
- 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
- 6aae87d Diagnose invalid code with -fobjc-nonfragile-abi2 when by Fariborz Jahanian · 15 years ago
- 699fca2 Relax the typesafty rules of block pointers types which by Fariborz Jahanian · 15 years ago
- 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
- 842f07b Recognize __attribute__((NSObject)) directly applied by Fariborz Jahanian · 15 years ago
- f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 15 years ago
- f283859 Further improvement to point to category by Fariborz Jahanian · 15 years ago
- 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 15 years ago
- 528adb1 Allow conversion of qualified Class type to unqualified by Fariborz Jahanian · 15 years ago
- f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 15 years ago
- f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 15 years ago
- 22f757b Set the relevent attributes declared in class extension by Fariborz Jahanian · 15 years ago
- 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 15 years ago
- 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 15 years ago
- 0162070 Fix PR6618. by Rafael Espindola · 15 years ago
- 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 15 years ago
- d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 15 years ago
- b03d33e Make PredefinedExpr::ComputeName() more robust to incorrect by Ted Kremenek · 15 years ago
- 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 15 years ago
- 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 15 years ago
- b5696fe Add 'expected-note' by Ted Kremenek · 15 years ago
- 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 15 years ago
- 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
- dd8f569 Statement expressions can be used in global- or namespace-scoped blocks by Douglas Gregor · 15 years ago
- 2263f82 Don't error when a block pointer is passed to a by Fariborz Jahanian · 15 years ago
- 444b035 Augment __has_feature to report that Clang supports adding attribute 'unused' by Ted Kremenek · 15 years ago
- a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
- e3fc547 Fix crasher caused by setting a bit in a possibly empty bitvector while by Ted Kremenek · 15 years ago
- b2f8121 Forgot to include nested protocols in collection, resulting in by Fariborz Jahanian · 15 years ago