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
/
lib
/
Sema
/
SemaExprObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replacing some more complex logic with a helper function call to ObjCMethod::...
Aaron Ballman
2014-08-01
1
-6
/
+2
*
Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges,
Fariborz Jahanian
2014-07-31
1
-1
/
+1
*
Objective-C. Warn if protocol used in an @protocol
Fariborz Jahanian
2014-07-25
1
-0
/
+2
*
Switch over a few uses of param_begin() to parameters()
Alp Toker
2014-07-07
1
-17
/
+17
*
Objective-C ARC. Provide diagnostic and fix-it
Fariborz Jahanian
2014-06-26
1
-0
/
+23
*
Objective-C. When we use @selector(save:), etc. there may be more
Fariborz Jahanian
2014-06-24
1
-9
/
+17
*
Objective-C ARC. Allow conversion of (void*) pointers to
Fariborz Jahanian
2014-06-18
1
-3
/
+6
*
Objective-C. Revert my patch in r211234.
Fariborz Jahanian
2014-06-18
1
-3
/
+1
*
Objective-C ARC. Allow conversion of (void*) pointers to
Fariborz Jahanian
2014-06-18
1
-1
/
+3
*
Objective-C. Check for integer overflow in Objective-C's
Fariborz Jahanian
2014-06-18
1
-1
/
+1
*
Objective-C ARC. Do not warn about properties with both
Fariborz Jahanian
2014-06-17
1
-1
/
+8
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-13
/
+5
*
Objective-C. More tests for both bridging attributes and
Fariborz Jahanian
2014-06-11
1
-1
/
+1
*
Objective-C. Patch to handle bridge attribute warnings
Fariborz Jahanian
2014-06-11
1
-29
/
+80
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-62
/
+42
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-13
/
+13
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-81
/
+90
*
Objective-C ARC. Add support for toll-free bridge
Fariborz Jahanian
2014-05-10
1
-0
/
+16
*
Objective-C. Reduce false positive warnings with -Wselector by issuing warning
Fariborz Jahanian
2014-05-09
1
-2
/
+3
*
Objective-C. Improve diagnosis of bridging types.
Fariborz Jahanian
2014-04-29
1
-41
/
+20
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-2
/
+3
*
Objective-C ARC. Under ARC, addition of 'bridge' attribute
Fariborz Jahanian
2014-04-22
1
-6
/
+14
*
Objective-C. Patch to allow use of dot syntax on class
Fariborz Jahanian
2014-04-21
1
-8
/
+2
*
Objective-C. Make multiple selector warning
Fariborz Jahanian
2014-03-27
1
-2
/
+2
*
Objective-C. Consider blocks for designated initializer
Fariborz Jahanian
2014-03-17
1
-6
/
+10
*
[C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...
Aaron Ballman
2014-03-17
1
-6
/
+3
*
[C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...
Aaron Ballman
2014-03-17
1
-3
/
+2
*
Objective-C. Issue diagnostics on mismatched methods when their selector is used
Fariborz Jahanian
2014-03-12
1
-1
/
+54
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
Sema: When merging objc string literals, give the result a constant array type.
Benjamin Kramer
2014-02-25
1
-4
/
+8
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-51
/
+45
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
1
-5
/
+7
*
Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
2014-01-03
1
-1
/
+1
*
ObjectiveC. Remove false positive warning for missing property
Fariborz Jahanian
2014-01-02
1
-1
/
+3
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-1
/
+2
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-2
/
+1
*
Objective-C. After providing a fix-it for a
Fariborz Jahanian
2013-12-18
1
-7
/
+3
*
Objective-C. Make diagnostics and fix-its consistent
Fariborz Jahanian
2013-12-17
1
-0
/
+11
*
ObjectiveC. Further improvements of use
Fariborz Jahanian
2013-12-16
1
-13
/
+25
*
[objc] If we don't know for sure what the designated initializers of the supe...
Argyrios Kyrtzidis
2013-12-13
1
-1
/
+4
*
ObjectiveC. Provide a property-dot syntax for fixit
Fariborz Jahanian
2013-12-10
1
-8
/
+20
*
Objective-C. Minor change to a diagnostic.
Fariborz Jahanian
2013-12-10
1
-2
/
+2
*
Improve on an objc_bridge_related diagnostic.
Fariborz Jahanian
2013-12-10
1
-6
/
+6
*
Objective-C. Provide fixit's for objc_bride_related
Fariborz Jahanian
2013-12-10
1
-5
/
+24
*
Objective-C: Improve on various diagnostics related to
Fariborz Jahanian
2013-12-09
1
-69
/
+83
*
ObjectiveC. Continuing implementation of objc_bridge_related
Fariborz Jahanian
2013-12-07
1
-0
/
+114
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
[objc] Emit warning when the implementation of a secondary initializer calls on
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+10
*
[objc] Emit warnings when the implementation of a designated initializer call...
Argyrios Kyrtzidis
2013-12-03
1
-6
/
+25
*
[objc] Emit a warning when the implementation of a designated initializer doe...
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+10
[prev]
[next]