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
...
*
When a dependent Objective-C++ message send was able to resolve the
Douglas Gregor
2010-04-22
1
-130
/
+142
*
Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and
Douglas Gregor
2010-04-22
1
-13
/
+4
*
Implement template instantiation for Objective-C++ message sends. We
Douglas Gregor
2010-04-22
1
-4
/
+37
*
Switch the initialization of Objective-C message parameters (as occurs
Douglas Gregor
2010-04-21
1
-21
/
+15
*
Migrate the responsibility for turning the receiver name in an
Douglas Gregor
2010-04-21
1
-9
/
+22
*
Eliminate unused code in Sema::ActOnSuperMessage and use early exits
Douglas Gregor
2010-04-21
1
-68
/
+28
*
Rework the Parser-Sema interaction for Objective-C message
Douglas Gregor
2010-04-21
1
-165
/
+312
*
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-21
1
-100
/
+91
*
Patch to support transparent_union types on
Fariborz Jahanian
2010-04-20
1
-0
/
+5
*
Keep proper source location information for the type in an Objective-C
Douglas Gregor
2010-04-20
1
-4
/
+9
*
When normal name lookup to disambiguiate an Objective-C message send
Douglas Gregor
2010-04-19
1
-0
/
+10
*
Expand the argument diagnostics for too many arguments and give
Eric Christopher
2010-04-16
1
-1
/
+2
*
Expand argument diagnostic for too few arguments to give the number
Eric Christopher
2010-04-16
1
-1
/
+2
*
Feed proper source-location information into Sema::LookupSingleResult,
Douglas Gregor
2010-04-15
1
-5
/
+8
*
Teach typo correction about various language keywords. We can't
Douglas Gregor
2010-04-14
1
-12
/
+31
*
remove some obsolete super-handling code that I forgot to zap.
Chris Lattner
2010-04-14
1
-30
/
+0
*
Implement typo correction for Objective-C message sends when the
Douglas Gregor
2010-04-14
1
-0
/
+55
*
fix PR6819
Chris Lattner
2010-04-12
1
-0
/
+10
*
Have the parser decide whether a message to super is a variable or
Chris Lattner
2010-04-12
1
-36
/
+12
*
fix PR6811 by not parsing 'super' as a magic expression in
Chris Lattner
2010-04-11
1
-31
/
+53
*
actually the interface grossness in the previous patch was due to
Chris Lattner
2010-04-11
1
-11
/
+7
*
factor the code that handles "expr.field" when expr is a
Chris Lattner
2010-04-11
1
-0
/
+109
*
fix a problem causing us to lose the ''s around objc interface names
Chris Lattner
2010-04-11
1
-1
/
+1
*
Patch to implement gcc's cstyle arguments in objc
Fariborz Jahanian
2010-04-08
1
-1
/
+9
*
Diagnose miuse of property dot-syntax instead of crashing.
Fariborz Jahanian
2010-03-22
1
-1
/
+4
*
Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.
John McCall
2010-03-15
1
-1
/
+1
*
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-03-08
1
-6
/
+6
*
Make Sema::ActOnClassMessage robust when name lookup for the receiver
Douglas Gregor
2010-02-19
1
-8
/
+8
*
Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...
Ted Kremenek
2010-02-11
1
-12
/
+17
*
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
1
-14
/
+1
*
Numerous changes to selector handling:
David Chisnall
2010-02-03
1
-1
/
+14
*
Implement the lvalue-to-rvalue conversion where needed. The
Douglas Gregor
2010-02-03
1
-1
/
+1
*
outside a method, 'super' should resolve in a normal name look up
Fariborz Jahanian
2010-01-22
1
-1
/
+11
*
Implement typo correction for a variety of Objective-C-specific
Douglas Gregor
2010-01-03
1
-2
/
+3
*
Fix semantic diagnostics that embed English works, from Nicola Gigante!
Douglas Gregor
2009-12-16
1
-1
/
+1
*
Remove default argument for ImpCastExprToType. Add appropriate argument
Eli Friedman
2009-10-20
1
-1
/
+5
*
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-10-09
1
-3
/
+5
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-81
/
+80
*
Don't issue warning on multiple selector found when
Fariborz Jahanian
2009-08-22
1
-1
/
+1
*
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-20
1
-1
/
+1
*
Use Sema's LocInfoType to pass and preserve type source info through the Parser.
Argyrios Kyrtzidis
2009-08-19
1
-1
/
+2
*
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-08-18
1
-1
/
+2
*
Remove a bunch of FIXME's related to ObjC type checking.
Steve Naroff
2009-07-23
1
-193
/
+0
*
Fix <rdar://problem/6770276> Support Class<Proto> syntax.
Steve Naroff
2009-07-22
1
-3
/
+6
*
Remove the ObjCCategoryImpls vector from Sema class.
Argyrios Kyrtzidis
2009-07-21
1
-18
/
+6
*
Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...
Argyrios Kyrtzidis
2009-07-21
1
-8
/
+4
*
5 cleanups to ObjCObjectPointerType work:
Steve Naroff
2009-07-20
1
-28
/
+0
*
Remove ObjCQualifiedInterfaceType:-)
Steve Naroff
2009-07-18
1
-1
/
+1
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-1
/
+1
[prev]
[next]