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
...
*
Insert a space if necessary when suggesting CFBridgingRetain/Release.
Jordan Rose
2012-06-07
1
-4
/
+13
*
objective-c: Handle more warning cases for when
Fariborz Jahanian
2012-06-04
1
-0
/
+17
*
[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...
Argyrios Kyrtzidis
2012-06-01
1
-8
/
+9
*
objective-c: revert r157407. It broke a project
Fariborz Jahanian
2012-05-30
1
-4
/
+0
*
objective-c: warn on use of property setters
Fariborz Jahanian
2012-05-24
1
-6
/
+5
*
objective-c: Fixes a corner case and interesting bug.
Fariborz Jahanian
2012-05-24
1
-1
/
+6
*
Apparently empty names are allowed here.
Benjamin Kramer
2012-05-19
1
-2
/
+3
*
Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoi...
Benjamin Kramer
2012-05-19
1
-3
/
+3
*
[libclang/AST] Index references of protocols in "@protocol(...)" syntax.
Argyrios Kyrtzidis
2012-05-16
1
-2
/
+3
*
Allow objc @() syntax for enum types.
Argyrios Kyrtzidis
2012-05-15
1
-0
/
+11
*
Only check NSArray/NSDictionary boxing method params once.
Jordy Rose
2012-05-12
1
-83
/
+89
*
80-col violations and minor reformatting. No functionality change.
Jordy Rose
2012-05-12
1
-60
/
+64
*
Clean up ObjC boxing method checks by reducing duplicated code.
Jordy Rose
2012-05-12
1
-83
/
+54
*
Don't crash on boxed strings when +stringWithUTF8String: is missing.
Jordy Rose
2012-05-12
1
-5
/
+28
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-18
/
+15
*
Clean up changes suggested by Douglas Gregor:
Patrick Beard
2012-05-01
1
-13
/
+19
*
objective-arc: Retune my previous patch so warning
Fariborz Jahanian
2012-04-19
1
-22
/
+37
*
objective-c arc: Issue warning under -Wreceiver-is-weak
Fariborz Jahanian
2012-04-19
1
-6
/
+31
*
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-19
1
-50
/
+197
*
objc-arc: provide a warning when 'receiver' of a message is 'weak'
Fariborz Jahanian
2012-04-04
1
-0
/
+5
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-25
/
+25
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-6
/
+668
*
After numerous requests, have Objective-C 'method declared here' notes mentio...
Ted Kremenek
2012-02-27
1
-3
/
+6
*
objective-c++: Type of an objc string literal is NSString, not 'id'.
Fariborz Jahanian
2012-02-23
1
-3
/
+15
*
Rewrite variable capture within lambda expressions and blocks,
Douglas Gregor
2012-02-18
1
-1
/
+1
*
Add fixits for ARC casting errors for implicit conversions as well. rdar://10...
Argyrios Kyrtzidis
2012-02-16
1
-16
/
+86
*
Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is us...
Ted Kremenek
2012-02-10
1
-3
/
+0
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Implement implicit capture for lambda expressions.
Eli Friedman
2012-02-03
1
-26
/
+5
*
objc: Issue diagnostic when receiver type is a forward class declaration and
Fariborz Jahanian
2012-02-03
1
-1
/
+5
*
Look for declaration of CFBridgingRetain/CFBridgingRetain before
Fariborz Jahanian
2012-02-01
1
-11
/
+28
*
Improve checking of explicit captures in a C++11 lambda expression:
Douglas Gregor
2012-02-01
1
-1
/
+2
*
Make the callback object to Sema::CorrectTypo mandatory.
Kaelyn Uhrain
2012-01-31
1
-2
/
+2
*
objc-arc: In various diagnostics mention
Fariborz Jahanian
2012-01-31
1
-4
/
+4
*
Fix a couples of issues in format strings checking.
Jean-Daniel Dupas
2012-01-17
1
-6
/
+4
*
Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback
Kaelyn Uhrain
2012-01-13
1
-31
/
+43
*
Add IsImplicit field in ObjCMessageExpr that is true when the message
Argyrios Kyrtzidis
2012-01-12
1
-8
/
+43
*
Start refactoring code for capturing variables and 'this' so that it is share...
Eli Friedman
2012-01-11
1
-2
/
+1
*
Move the definition-specific data of ObjCInterfaceDecl into a
Douglas Gregor
2011-12-15
1
-5
/
+6
*
objc: issue deprecated/unavailable diagnostic when
Fariborz Jahanian
2011-12-07
1
-0
/
+3
*
When sending a message to a receiver that has "unknown any" type,
Douglas Gregor
2011-12-01
1
-3
/
+7
*
Use Sema::RequireCompleteType to check for the completeness of
Douglas Gregor
2011-11-14
1
-30
/
+32
*
Don't crash on invalid objc code.
Argyrios Kyrtzidis
2011-11-09
1
-0
/
+5
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-1
/
+0
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-6
/
+11
*
objc-arc: desugar certain type and improve on diagnostic for
Fariborz Jahanian
2011-10-29
1
-10
/
+20
*
objective-c arc: type-casting of an objc pointer to
Fariborz Jahanian
2011-10-28
1
-1
/
+18
*
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
1
-53
/
+43
*
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
1
-43
/
+53
*
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-25
1
-53
/
+43
[prev]
[next]