- 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 · 15 years ago
- 62ac5d0 Misc. fixes to bring Objetive-C++'s handling of by Fariborz Jahanian · 15 years ago
- bf1ee34 These test now run in objective-c++ mode we well. by Fariborz Jahanian · 15 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
- 2ec93a8 Allow __attribute__((unused)) to be applied to ObjC ivars. by Ted Kremenek · 15 years ago
- f914b97 More Sema check for ivars in class continuation. by Fariborz Jahanian · 15 years ago
- 09b6897 Fix another crash on invalid code. In this case, handle ObjC categories (with no names) by Ted Kremenek · 15 years ago
- 53395af A test case for property synthesis using ivar in class extensions. by Fariborz Jahanian · 15 years ago
- 0e5ad25 More support for ivars in class extension. by Fariborz Jahanian · 15 years ago
- 48108fd Clang really intends to reject attribute 'warn_unused_result' on Objective-C methods, but by Ted Kremenek · 15 years ago
- bd94d44 Start supporting declaration of ivars in @implementation blocks. WIP. by Fariborz Jahanian · 15 years ago
- 354095c Issue extended diagnostic when property dot-syntax is used and by Fariborz Jahanian · 15 years ago
- 3a21cd9 Allow for declaration and use of ivars in a stand-alone by Fariborz Jahanian · 15 years ago
- 2576061 Class continuation now has its own property ast for by Fariborz Jahanian · 15 years ago
- 432a889 Patch to fix a warning which exposed a bug in building by Fariborz Jahanian · 15 years ago
- e9ff443 Diagnose when user provided getter is being used as lvalue by Fariborz Jahanian · 15 years ago
- 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 15 years ago
- 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 15 years ago
- 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 15 years ago
- 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 15 years ago
- 7201d2f Fix test. by Anders Carlsson · 15 years ago
- f7066ac Add test case for <rdar://problem/7068334> (which was fixed by r94864). by Ted Kremenek · 15 years ago
- f88c8e0 Switch Sema over to using the new implementation of format string by Ted Kremenek · 15 years ago
- 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
- e4fb828 outside a method, 'super' should resolve in a normal name look up by Fariborz Jahanian · 15 years ago
- 3ad230e Settled rule on warning on unimplemented property in by Fariborz Jahanian · 15 years ago
- 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
- 2e8f00c objective-c test case for __attribute__((unused)) on method arguments. by Fariborz Jahanian · 15 years ago
- dd0cb90 Issue diagnostics (instead of crashing in code gen) when using by Fariborz Jahanian · 15 years ago
- 48c2d56 When in objective-c methods, do the built-in name lookup after by Fariborz Jahanian · 15 years ago
- e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
- 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 15 years ago
- a6f2638 When suggesting a typo correction for an @implementation without a by Douglas Gregor · 15 years ago
- b73e281 Fix a bug when property is redeclared in multiple by Fariborz Jahanian · 15 years ago