| Commit message (Expand) | Author | Age | Files | Lines |
* | Attaching comments to declarations during parsing: handle more Objective-C de... | Dmitri Gribenko | 2012-07-13 | 1 | -0/+1 |
* | Enable comment parsing and semantic analysis to emit diagnostics. A few | Dmitri Gribenko | 2012-07-11 | 1 | -1/+3 |
* | objective-c: don't involve properties when checking | Fariborz Jahanian | 2012-07-05 | 1 | -1/+2 |
* | Remove a redundant assignment to the FDecl variable from *inside* it's | Chandler Carruth | 2012-07-03 | 1 | -1/+1 |
* | objective-c: just as we have done for method definitions, | Fariborz Jahanian | 2012-07-02 | 1 | -5/+29 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -6/+7 |
* | Still more Doxygen documentation fixes: | James Dennett | 2012-06-14 | 1 | -7/+7 |
* | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -6/+6 |
* | Use the SelectorSet typedef more widely throughout Sema. | Benjamin Kramer | 2012-05-27 | 1 | -11/+11 |
* | A selector match between two Objective-C methods does *not* guarantee | Douglas Gregor | 2012-05-17 | 1 | -13/+18 |
* | In the override search for Objective-C methods, protect against ASTs that hav... | Douglas Gregor | 2012-05-17 | 1 | -5/+8 |
* | [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin... | Argyrios Kyrtzidis | 2012-05-09 | 1 | -56/+69 |
* | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor | 2012-05-04 | 1 | -7/+7 |
* | Do not keep track of the set of visited Objective-C containers when | Douglas Gregor | 2012-05-03 | 1 | -7/+8 |
* | Eliminate Sema::CompareMethodParamsInBaseAndSuper() entirely, by | Douglas Gregor | 2012-05-01 | 1 | -55/+29 |
* | The semantic checking that verifies whether an Objective-C method | Douglas Gregor | 2012-05-01 | 1 | -14/+17 |
* | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -7/+7 |
* | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard | 2012-04-06 | 1 | -1/+30 |
* | objective-c: Don't warn when a category does not implement a method | Fariborz Jahanian | 2012-04-05 | 1 | -2/+2 |
* | Make sure we don't accept an @interface inside another objc container | Argyrios Kyrtzidis | 2012-03-23 | 1 | -4/+6 |
* | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith | 2012-03-13 | 1 | -2/+2 |
* | Fix crash at @implementation with a forward reference as base class. | Argyrios Kyrtzidis | 2012-03-13 | 1 | -0/+2 |
* | [Sema] -Add an invalid objc category to the DeclContext so that it can be | Argyrios Kyrtzidis | 2012-03-12 | 1 | -0/+5 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -15/+15 |
* | [Sema] Fix crash-on-invalid-code issue: | Argyrios Kyrtzidis | 2012-03-02 | 1 | -1/+1 |
* | Sema/ObjC: Override search can generate a large search list, bump the base size | Daniel Dunbar | 2012-02-29 | 1 | -3/+4 |
* | After numerous requests, have Objective-C 'method declared here' notes mentio... | Ted Kremenek | 2012-02-27 | 1 | -5/+10 |
* | [libclang] Make sure that all top-level decls in a @implementation are | Argyrios Kyrtzidis | 2012-02-23 | 1 | -0/+19 |
* | objc: If a method is not implemented in the category implementation but | Fariborz Jahanian | 2012-02-09 | 1 | -26/+38 |
* | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain | 2012-01-31 | 1 | -3/+3 |
* | Whenever Sema attempts to look in the global method pool, try to load | Douglas Gregor | 2012-01-25 | 1 | -21/+11 |
* | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor | 2012-01-25 | 1 | -24/+25 |
* | Factor out the addition of a method into the global method pool, and | Douglas Gregor | 2012-01-25 | 1 | -35/+48 |
* | objective-c: Ignore with warning forward class declaration whose name | Fariborz Jahanian | 2012-01-24 | 1 | -5/+10 |
* | objc: disallow __block attribute on method params. | Fariborz Jahanian | 2012-01-14 | 1 | -0/+4 |
* | Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback | Kaelyn Uhrain | 2012-01-13 | 1 | -17/+38 |
* | After further discussion, rename attribute 'objc_disable_automatic_synthesis'... | Ted Kremenek | 2012-01-05 | 1 | -1/+1 |
* | objc: use objc_suppress_autosynthesis attribute on classes | Fariborz Jahanian | 2012-01-03 | 1 | -3/+4 |
* | Eliminate ObjCProtocolDecl's end-of-definition location. It is not | Douglas Gregor | 2012-01-02 | 1 | -1/+0 |
* | Move ObjCProtocolDecl::EndLoc into its DefinitionData, and give | Douglas Gregor | 2012-01-02 | 1 | -1/+1 |
* | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor | 2012-01-01 | 1 | -5/+3 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -13/+5 |
* | Eliminate ASTMutationListener::UpdatedAttributeList, which is no | Douglas Gregor | 2012-01-01 | 1 | -6/+1 |
* | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor | 2012-01-01 | 1 | -37/+45 |
* | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor | 2012-01-01 | 1 | -8/+17 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -12/+3 |
* | objc QOI: Don't't warn about mismatch between attributes | Fariborz Jahanian | 2011-12-21 | 1 | -2/+5 |
* | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor | 2011-12-16 | 1 | -15/+9 |
* | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor | 2011-12-15 | 1 | -9/+13 |
* | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -49/+42 |