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
...
*
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
*
ObjectiveC. Implement attribute 'objc_bridge_mutable'
Fariborz Jahanian
2013-11-21
1
-11
/
+20
*
ObjectiveC. Allow toll free bridge cast warnings outside
Fariborz Jahanian
2013-11-21
1
-9
/
+12
*
ObjectiveC ARC. warn in presense of __bridge casting to
Fariborz Jahanian
2013-11-20
1
-0
/
+9
*
ObjectiveC ARC. validate toll free bridge casting
Fariborz Jahanian
2013-11-20
1
-5
/
+23
*
ObjectiveC objc_bridge. Minor refactoring.
Fariborz Jahanian
2013-11-19
1
-2
/
+2
*
ObjectiveC 'objc_bridging'. Assorment of improvements
Fariborz Jahanian
2013-11-19
1
-3
/
+3
*
ObjectiveC ARC. Adopt objc_bridge attribute
Fariborz Jahanian
2013-11-19
1
-10
/
+19
*
ObjectiveC ARC. More validation of toll-free bridging of
Fariborz Jahanian
2013-11-16
1
-1
/
+10
*
ObjectiveC ARC. Validate toll free bridge casting
Fariborz Jahanian
2013-11-16
1
-3
/
+51
*
ObjetiveC ARC. Start diagnosing invalid toll free bridging.
Fariborz Jahanian
2013-11-16
1
-10
/
+19
*
ObjectiveC ARC. Only briding of pointer to struct CF object is allowed.
Fariborz Jahanian
2013-11-15
1
-2
/
+2
*
ObjectiveC ARC. Lookup type associated with objc_bridage at
Fariborz Jahanian
2013-11-15
1
-0
/
+38
*
Re-instate contextual conversion to Objective-C pointers in message sends.
Douglas Gregor
2013-11-07
1
-0
/
+5
*
ObjectiveC. Define a new cc1 flag
Fariborz Jahanian
2013-11-01
1
-1
/
+1
*
Refine string literal concatenation warning within an NSArray literal to not ...
Ted Kremenek
2013-10-09
1
-4
/
+18
*
Cache the location of failed typo corrections so that typo correction
Kaelyn Uhrain
2013-09-27
1
-3
/
+3
*
Omit llvm:: before makeArrayRef. We have using directive in this file.
Robert Wilhelm
2013-08-19
1
-10
/
+5
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-21
/
+10
*
ObjectiveC [QoI] issue warning if an element of an nsarray
Fariborz Jahanian
2013-08-13
1
-4
/
+11
*
ObjectiveC ARC: Do not issue bridge cast diagnostic when
Fariborz Jahanian
2013-07-31
1
-3
/
+10
*
Objective-C: Fixes a typo correction bug where a
Fariborz Jahanian
2013-06-18
1
-1
/
+1
*
Objective-C [qoi]: privide typo correction for selectors
Fariborz Jahanian
2013-06-18
1
-9
/
+9
*
Objective-C [qoi]: Provide fixit hint when message with typo
Fariborz Jahanian
2013-06-17
1
-2
/
+16
*
address some comments on r183474:
Adrian Prantl
2013-06-07
1
-4
/
+5
*
Objective-C: Provide fixit with suggested spelling correction
Fariborz Jahanian
2013-06-05
1
-2
/
+12
*
improve of note message and minor refactoring of my last
Fariborz Jahanian
2013-05-15
1
-5
/
+3
*
Objective-C [diagnostics] [QOI], when method is not
Fariborz Jahanian
2013-05-14
1
-1
/
+10
*
Add support for __wchar_t in -fms-extensions mode.
Hans Wennborg
2013-05-10
1
-2
/
+2
*
ArrayRef'ize Sema::CheckMessageArgumentTypes
Dmitri Gribenko
2013-05-10
1
-15
/
+17
[prev]
[next]