- 1d9b3b2 Give conversions of block pointers to ObjC pointers a different cast kind by John McCall · 14 years ago
- e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 14 years ago
- 8697d30 objective-c: this patch (re)introduces objective-c's default property by Fariborz Jahanian · 14 years ago
- 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 14 years ago
- 955fadb Remove a few mutating ObjCCategoryDecl methods. by Argyrios Kyrtzidis · 14 years ago
- 2334f3a Remove a couple of unnecessary objc method lookups. by Argyrios Kyrtzidis · 14 years ago
- 27f0776 Do not warn about [super finalize] in arc mode. by Nico Weber · 14 years ago
- 10af879 Minor clean up of objc's decl context stuff. No change in functionality. by Fariborz Jahanian · 14 years ago
- 80cb6e6 Warn on missing [super finalize] calls. by Nico Weber · 14 years ago
- 95ed778 objective-c: Treat top-level objective-c declarations by Fariborz Jahanian · 14 years ago
- 8c7e67d Don't warn on category implementing a method, if by Fariborz Jahanian · 14 years ago
- ca4c40a objc - fix a bug exposed by my recent decl context changes. // rdar://10015110 by Fariborz Jahanian · 14 years ago
- f09530f Reverse r138567 until a buildbot failure is investigated. by Fariborz Jahanian · 14 years ago
- 90dedc8 Fixes a typo in my last patch. by Fariborz Jahanian · 14 years ago
- d8e987b objc -arse: Use DeclGroup for forward class declarations; by Fariborz Jahanian · 14 years ago
- 4eb14ca Do not perform check for missing '[super dealloc]' under ARC as calling -dealloc is illegal in that mode. by Ted Kremenek · 14 years ago
- 58a7649 objc - minor comment fix up and cleanup. by Fariborz Jahanian · 14 years ago
- 9a1ecf0 Warn on missing [super dealloc] calls. by Nico Weber · 14 years ago
- a28948f Restore patch I reversed in r138040. Known buildbot failures are resolved. by Fariborz Jahanian · 14 years ago
- e6f07f5 Revers r138040. Need to look at a few buildbot failures. by Fariborz Jahanian · 14 years ago
- 3dbf2f5 objective-c: Bring objective-c handling of decl context by Fariborz Jahanian · 14 years ago
- 75cf3e8 Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. by Argyrios Kyrtzidis · 14 years ago
- 730cfb1 objective-c: Using existing infrastructure for finding by Fariborz Jahanian · 14 years ago
- 2112190 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 14 years ago
- 7ca13ef Silence the category-replacing-class-method warning for +load: category by David Chisnall · 14 years ago
- 270ba59 Revert 136984 and 136927. by Ted Kremenek · 14 years ago
- 6a3bec3 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 14 years ago
- a56a992 Refactoring of my last patch. by Fariborz Jahanian · 14 years ago
- 7413307 objective-c: Methods declared in methods must type match by Fariborz Jahanian · 14 years ago
- fefe91e objective-c: warn if implementation of a method in category by Fariborz Jahanian · 14 years ago
- 5b9dc7c Make Sema::ReferencedSelectors lazily deserialized. by Douglas Gregor · 14 years ago
- eee3ef1 objc: clang should warn if redeclaration of methods by Fariborz Jahanian · 14 years ago
- 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- da6d976 Move this ObjCImplementationDecl member function into libAST where it belongs. by John McCall · 14 years ago
- 6c2c250 In Objective-C, pull arbitrary attributes from overridden by John McCall · 14 years ago
- db8264e Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. by Jordy Rose · 14 years ago
- feb4fa1 Add FixIt hint for missing 'id' type. // rdar://9615045 by Fariborz Jahanian · 14 years ago
- aab24a6 objc - Diagnose missing method return type specifier under by Fariborz Jahanian · 14 years ago
- 1e159bc Fix a typo. by Fariborz Jahanian · 14 years ago
- 79e6bd3 Centralize the getCanonicalType() calls in the Itanium C++ mangling by Douglas Gregor · 14 years ago
- 9670e17 objc-arc: enforce performSelector rules in rejecting retaining selectors by Fariborz Jahanian · 14 years ago
- d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 14 years ago
- 3215398 Centralize the check for a tag definition in a Declarator::PrototypeContext inside GetTypeForDeclarator. by Argyrios Kyrtzidis · 14 years ago
- 327126e No need to warn if 'unavailable' method/property by Fariborz Jahanian · 14 years ago
- a813973 When forming a cycle in objc's inheritance hierarchy, by Fariborz Jahanian · 14 years ago
- 0f4c4c4 Weaken the type-matching rules for methods that return aggregates when by John McCall · 14 years ago
- f85e193 Automatic Reference Counting. by John McCall · 14 years ago
- 74da19f Introduce a -cc1-level option to turn off related result type by Douglas Gregor · 14 years ago
- 4c4efee Eliminate the -f[no]objc-infer-related-result-type flags; there's no by Douglas Gregor · 14 years ago
- 05a2e94 Document CheckObjCMethodOverrides by Douglas Gregor · 14 years ago
- 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 14 years ago
- 819e9bf refactor CheckForwardProtocolDeclarationForCircularDependency returns by Fariborz Jahanian · 14 years ago
- 96b69a7 After issuing diagnostics on circular protocol list, by Fariborz Jahanian · 14 years ago
- 7079886 Revise the representation of parameter scope data so that the by John McCall · 14 years ago
- 09e2c52 Improve the documentation for the two ObjCDeclQualifiers so that I by John McCall · 14 years ago
- 81ef3e6 Diagnose C++ abstract parameters for Objective-C methods. by John McCall · 14 years ago
- 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 14 years ago
- 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
- fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 14 years ago
- 90ba78c Place duplicate argument declaration in in by Fariborz Jahanian · 14 years ago
- ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
- eca5d22 Support a new InheritableAttr subclass, InheritableParamAttr, which is by John McCall · 14 years ago
- 21761c8 Warn when type modifiers on objc method declarations in by Fariborz Jahanian · 14 years ago
- 337e550 Switch labels over to using normal name lookup, instead of their by Chris Lattner · 14 years ago
- 98d810e Check for deprecated implementation unconditionally. by Fariborz Jahanian · 14 years ago
- 8f45700 Fix typo (per Chris's comment). by Fariborz Jahanian · 14 years ago
- 5ac96d5 Refactoring of code to issue warning on implemented by Fariborz Jahanian · 14 years ago
- b1224f6 Warn if method for a deprecated method is implemented. by Fariborz Jahanian · 14 years ago
- 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 15 years ago
- 8b78913 -Wselector should warn on implemented selectors only by Fariborz Jahanian · 15 years ago
- cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 15 years ago
- c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 15 years ago
- bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 15 years ago
- 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 15 years ago
- 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 15 years ago
- c78f684 Enhance my implementation of //rdar ://8747333 in r121597 to allow by Fariborz Jahanian · 15 years ago
- 88f5e9b Any property declared in a class extension might have user by Fariborz Jahanian · 15 years ago
- 61c8d3e Improve diagnostics reporting of un-implemented by Fariborz Jahanian · 15 years ago
- 10302c0 Implement the newest status quo for method override checking. The idea now by John McCall · 15 years ago
- 1235b0e Pending further discussion, re-enable warnings for Objective C by John McCall · 15 years ago
- e8a2d4c Only warn for mismatched types in Objective-C methods when they are incompatible, not when they are simply different. Now we test whether the difference in types breaks the principle of substitutability, rather than whether they are different. by David Chisnall · 15 years ago
- f54e3ae Method implemented in class's implementation may implement by Fariborz Jahanian · 15 years ago
- c4b35cf Add message to attribute(deprecated). by Fariborz Jahanian · 15 years ago
- bdaae39 Method declaration and its implementation must match in all their types. by Fariborz Jahanian · 15 years ago
- 23c0104 Diagnose use of incomplete type on method argument type of by Fariborz Jahanian · 15 years ago
- 53b9441 Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 15 years ago
- 7a126a4 Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. by Sebastian Redl · 15 years ago
- d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 15 years ago
- 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 15 years ago
- 781472f Split FunctionScopeInfo and BlockScopeInfo into their own header. by John McCall · 15 years ago
- 50df6ae Remove the DenseSet dependency from Sema.h. by John McCall · 15 years ago
- 5f1e094 More header elimination. The goal of all this is to allow Parser to by John McCall · 15 years ago
- b3d8748 Abstract out passing around types and kill off ActionBase. by John McCall · 15 years ago
- d226f65 DeclPtrTy -> Decl * by John McCall · 15 years ago
- 2c18bb7 objective-c ivar refactoring patch. Iterations by Fariborz Jahanian · 15 years ago
- 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 15 years ago
- 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 15 years ago
- cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 15 years ago
- 0b17c61 Instead of modifying the ObjC AST to not modify existing declarations, teach chained PCH to overwrite declarations from earlier PCH files in dependent ones. Tell Sema to note when it changes AST nodes so that they have to be reserialized. Finally, the ObjCProtocolDecls created in forward decls, like the ObjCInterfaceDecls in @class forward decls, are not lexically part of the decl context; only the definition is. by Sebastian Redl · 15 years ago