index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaObjC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add category test case for attribute 'objc_protocol_requires_explicit_impleme...
Ted Kremenek
2014-02-27
1
-2
/
+17
*
Sema: When merging objc string literals, give the result a constant array type.
Benjamin Kramer
2014-02-25
1
-0
/
+3
*
[ObjC] Make attribute 'objc_protocol_requires_explicit_implementation' behave...
Ted Kremenek
2014-02-22
1
-0
/
+13
*
Add requirement that attribute 'objc_protocol_requires_explicit_implementatio...
Ted Kremenek
2014-02-21
1
-0
/
+3
*
[ObjC] add support for properties in attribute 'objc_protocol_requires_explic...
Ted Kremenek
2014-02-21
1
-2
/
+10
*
[Objective-C Sema]. Warn when an indirectly overridden property
Fariborz Jahanian
2014-02-15
1
-0
/
+26
*
'nonnull(1)' on a block parameter should apply to the block's argument.
Jordan Rose
2014-02-11
1
-0
/
+7
*
Objective-C. Revert patch r193003 for further
Fariborz Jahanian
2014-02-07
1
-24
/
+4
*
Objective-C. Fixes a bug where "new" family attribute
Fariborz Jahanian
2014-01-28
1
-0
/
+14
*
Another test for patch for // rdar://15890251
Fariborz Jahanian
2014-01-27
1
-0
/
+6
*
ObjectiveC. Fixes a bug in recognition of an ivar
Fariborz Jahanian
2014-01-27
1
-0
/
+25
*
ObjectiveC. When introducing a new property declaration in
Fariborz Jahanian
2014-01-27
1
-0
/
+12
*
ObjectiveC. When issuing property implementation is
Fariborz Jahanian
2014-01-22
1
-0
/
+23
*
Add basic checking for returning null from functions/methods marked 'returns_...
Ted Kremenek
2014-01-22
1
-1
/
+5
*
Wire up basic parser/sema support for attribute 'returns_nonnull'.
Ted Kremenek
2014-01-20
1
-0
/
+3
*
Add more test cases for attribute 'objc_protocol_requires_explicit_implementa...
Ted Kremenek
2014-01-17
1
-11
/
+44
*
Enhance attribute 'nonnull' to be applicable to parameters directly (infix).
Ted Kremenek
2014-01-17
1
-0
/
+14
*
ObjectiveC. Improve on diagnostics per Jordan's feedback.
Fariborz Jahanian
2014-01-15
1
-3
/
+3
*
ObjectiveC. produce more expressive warning when
Fariborz Jahanian
2014-01-14
1
-3
/
+3
*
ObjectiveC. Remove warning on mismatched methods
Fariborz Jahanian
2014-01-10
1
-7
/
+7
*
ObjectiveC. 1) Warn when @dynamic (as well as synthesize)
Fariborz Jahanian
2014-01-10
1
-6
/
+14
*
Have attribute 'objc_precise_lifetime' suppress -Wunused.
Ted Kremenek
2014-01-09
1
-0
/
+9
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
1
-0
/
+23
*
Reworded the NSObject attribute diagnostics to be more consistent with other ...
Aaron Ballman
2014-01-02
1
-4
/
+4
*
ObjectiveC. Remove false positive warning for missing property
Fariborz Jahanian
2014-01-02
1
-0
/
+20
*
Updated the wording of two attribute-related diagnostics so that they print t...
Aaron Ballman
2014-01-02
1
-1
/
+1
*
ObjectiveC. Class methods must be ignored when looking for
Fariborz Jahanian
2014-01-02
1
-0
/
+13
*
Wordsmith "maybe" into "may be" in diagnostic, and move warning under flag.
Ted Kremenek
2013-12-19
2
-11
/
+11
*
After discussing with John McCall, removing the ns_bridged attribute as it is...
Aaron Ballman
2013-12-19
1
-15
/
+0
*
ObjectiveC. Sema test for property, methods
Fariborz Jahanian
2013-12-19
1
-0
/
+9
*
Implemented delayed processing of 'unavailable' checking, just like with 'dep...
Ted Kremenek
2013-12-18
11
-36
/
+35
*
ObjectiveC. Fixes the sentence in a diagnostic.
Fariborz Jahanian
2013-12-18
1
-1
/
+1
*
ObjectiveC. typo fix in my last patch,
Fariborz Jahanian
2013-12-18
1
-2
/
+2
*
Objctive-C. warn if dealloc is being overridden in
Fariborz Jahanian
2013-12-17
1
-2
/
+18
*
ObjectiveC. Further improvements of use
Fariborz Jahanian
2013-12-16
2
-18
/
+18
*
Fix test containing backslash and newline separated by space
Alp Toker
2013-12-14
1
-1
/
+1
*
[objc] Add a test to make sure that a class can add a secondary initializer v...
Argyrios Kyrtzidis
2013-12-14
1
-1
/
+20
*
Objective-C. Remove obsolete option from test.
Fariborz Jahanian
2013-12-13
1
-1
/
+1
*
Objective-C. Do not issue warning when 'readonly'
Fariborz Jahanian
2013-12-13
4
-17
/
+18
*
Refine 'objc_protocol_requires_explicit_implementation' attribute to better h...
Ted Kremenek
2013-12-13
1
-0
/
+46
*
Change 'method X in protocol not implemented' warning to include the name of ...
Ted Kremenek
2013-12-13
7
-21
/
+18
*
[objc] If we don't know for sure what the designated initializers of the supe...
Argyrios Kyrtzidis
2013-12-13
1
-0
/
+16
*
Enhance "auto synthesis will not synthesize property in protocol" to include ...
Ted Kremenek
2013-12-12
3
-4
/
+4
*
Add more test cases for 'objc_protocol_requires_explicit_implementation'.
Ted Kremenek
2013-12-12
1
-0
/
+19
*
ObjectiveC. Fixes a bug where an 'unused property ivar'
Fariborz Jahanian
2013-12-11
1
-0
/
+17
*
Objective-C. Minor change to a diagnostic.
Fariborz Jahanian
2013-12-10
2
-10
/
+10
*
Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_...
Ted Kremenek
2013-12-10
1
-61
/
+19
*
Improve on an objc_bridge_related diagnostic.
Fariborz Jahanian
2013-12-10
2
-10
/
+10
*
Objective-C: Improve on various diagnostics related to
Fariborz Jahanian
2013-12-09
3
-57
/
+27
*
Fix three tests that weren't checking anything
Alp Toker
2013-12-08
1
-0
/
+1
[next]