| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an assertion hit in Sema::CheckObjCMethodOverrides. | Argyrios Kyrtzidis | 2013-04-27 | 1 | -4/+6 |
* | Objective-C: When reporting on missing property accessor implementation in | Fariborz Jahanian | 2013-04-24 | 1 | -12/+2 |
* | Use the extra info in global method pool to speed up looking for ObjC overrid... | Argyrios Kyrtzidis | 2013-04-17 | 1 | -4/+40 |
* | Enhance the ObjC global method pool to record whether there were 0, 1, or >= ... | Argyrios Kyrtzidis | 2013-04-17 | 1 | -4/+10 |
* | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith | 2013-04-12 | 1 | -5/+7 |
* | Objective-C: This patch fixes a none-issuance of warning | Fariborz Jahanian | 2013-04-09 | 1 | -1/+4 |
* | Objective-C: Issue deprecated warning when using a | Fariborz Jahanian | 2013-04-04 | 1 | -1/+7 |
* | Be sure to check ARC conventions on the implicit method declarations | John McCall | 2013-04-04 | 1 | -10/+10 |
* | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -2/+2 |
* | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -2/+2 |
* | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -2/+2 |
* | When looking for overridden ObjC methods, don't ignore 'hidden' ones. | Argyrios Kyrtzidis | 2013-03-29 | 1 | -4/+5 |
* | Split "incomplete implementation" warnings for ObjC into separate warnings. | Ted Kremenek | 2013-03-27 | 1 | -14/+14 |
* | Add a clarifying note when a return statement is rejected because | John McCall | 2013-03-19 | 1 | -1/+2 |
* | Add missing diagnostic for a nested-name-specifier on a free-standing type de... | Richard Smith | 2013-03-18 | 1 | -1/+1 |
* | Silence a number of static analyzer warnings with assertions and such. | Jordan Rose | 2013-03-05 | 1 | -3/+3 |
* | Retain all hidden methods in the global method pool, because they may become ... | Douglas Gregor | 2013-02-07 | 1 | -0/+4 |
* | Eliminate Sema::CompareProperties(), which was walking over a pile of | Douglas Gregor | 2013-01-21 | 1 | -6/+2 |
* | Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which | Douglas Gregor | 2013-01-21 | 1 | -1/+0 |
* | When checking the parameter types of an Objective-C method, don't | Douglas Gregor | 2013-01-18 | 1 | -2/+0 |
* | Treat hidden Objective-C protocol definitions as if they were | Douglas Gregor | 2013-01-17 | 1 | -1/+3 |
* | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -51/+53 |
* | Teach global selector lookup to ignore hidden methods, which occur | Douglas Gregor | 2013-01-16 | 1 | -47/+65 |
* | When checking availability attributes for consistency between an | Douglas Gregor | 2013-01-15 | 1 | -2/+1 |
* | objective-C: when searching for declarations in protocol | Fariborz Jahanian | 2013-01-07 | 1 | -0/+5 |
* | Don't complain about incomplete implementations for methods that are | Douglas Gregor | 2012-12-11 | 1 | -1/+10 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -8/+8 |
* | objective-C: Do not issue deprecated warning about implementation | Fariborz Jahanian | 2012-11-17 | 1 | -2/+15 |
* | Objective-C: check that when a category method is being implemented, | Fariborz Jahanian | 2012-10-23 | 1 | -8/+20 |
* | Allow objc_requires_super to be used to check class methods as well. | Jordan Rose | 2012-10-19 | 1 | -12/+16 |
* | From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. | Axel Naumann | 2012-10-18 | 1 | -1/+1 |
* | Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. | Jordan Rose | 2012-10-10 | 1 | -9/+9 |
* | remove duplicate code. | Fariborz Jahanian | 2012-09-13 | 1 | -3/+0 |
* | Move back the stuff about missing ownership attribute warning | Fariborz Jahanian | 2012-09-13 | 1 | -0/+27 |
* | Move no explicit ownership warning to SemaType.cpp. | Fariborz Jahanian | 2012-09-13 | 1 | -27/+0 |
* | objective-C arc: don't issue no explicit ownership warning when | Fariborz Jahanian | 2012-09-12 | 1 | -7/+9 |
* | More tweaking and test cases for call to super | Fariborz Jahanian | 2012-09-10 | 1 | -1/+4 |
* | objective-C: introduce __attribute((objc_requires_super)) on method | Fariborz Jahanian | 2012-09-07 | 1 | -3/+8 |
* | Dont cast away const needlessly. Found by gcc48 -Wcast-qual. | Roman Divacky | 2012-09-06 | 1 | -4/+4 |
* | objective-C ARC: under -Wexplicit-ownership-type diagnose those | Fariborz Jahanian | 2012-08-30 | 1 | -0/+26 |
* | objective-C: Do not warn if align attribute on method | Fariborz Jahanian | 2012-08-24 | 1 | -5/+29 |
* | objective-C: refactor/simplify parsing of delayed | Fariborz Jahanian | 2012-08-08 | 1 | -28/+4 |
* | PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently. | Richard Smith | 2012-08-08 | 1 | -6/+6 |
* | Fix an assertion failure instantiating a constexpr function from within a -de... | Eli Friedman | 2012-08-01 | 1 | -2/+2 |
* | objective-c arc: ARC IRGen correctly assumes result | Fariborz Jahanian | 2012-07-30 | 1 | -1/+18 |
* | 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 |