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
...
*
move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
Chris Lattner
2008-07-21
1
-7
/
+6
*
introduce a new ObjCList templated class and start moving
Chris Lattner
2008-07-21
1
-6
/
+8
*
when in the context of an @implementation, look for private methods in the
Chris Lattner
2008-07-21
1
-3
/
+2
*
don't pass in null as the Name for GenerateClassStructure,
Chris Lattner
2008-07-21
1
-2
/
+1
*
improve diagnostics about problems with receivers to highlight the receiver.
Chris Lattner
2008-07-21
1
-3
/
+3
*
continue cleaning up code, and disable sending a message directly to an
Chris Lattner
2008-07-21
1
-18
/
+14
*
simplify control flow a bit, reducing indentation. No functionality change.
Chris Lattner
2008-07-21
1
-70
/
+79
*
tighten up some checks, don't allow sending a message to NSString****
Chris Lattner
2008-07-21
1
-5
/
+6
*
merge a bunch of code that is now common between qual interfaces and interfaces.
Chris Lattner
2008-07-21
1
-24
/
+22
*
rename getProtocols -> getProtocol, as it only returns a single
Chris Lattner
2008-07-21
1
-1
/
+1
*
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...
Argyrios Kyrtzidis
2008-06-28
1
-6
/
+6
*
ObjCMessageExpr objects that represent messages to class methods now can cont...
Ted Kremenek
2008-06-24
1
-2
/
+10
*
"this patch adds code generation hooks for Objective-C constant strings. It ...
Chris Lattner
2008-06-21
1
-8
/
+12
*
Switch 'super' from being a weird cast thing to being a predefined expr node.
Chris Lattner
2008-06-21
1
-6
/
+2
*
Fix <rdar://problem/5986833> clang on xcode: incompatible type returning 'voi...
Steve Naroff
2008-06-05
1
-2
/
+24
*
Fix crash identified by <rdar://problem/5986085>.
Steve Naroff
2008-06-04
1
-11
/
+23
*
Added fixmes.
Ted Kremenek
2008-06-04
1
-0
/
+2
*
Fix a gcc compatibility issue which allows more protocol-qualified id on RHS ...
Fariborz Jahanian
2008-06-04
1
-3
/
+12
*
Sema::ActOnClassMessage() needs to look through it's local implementation for...
Steve Naroff
2008-06-04
1
-0
/
+6
*
Tweak Sema::ObjCQualifiedIdTypesAreCompatible() to handle qualified interface...
Steve Naroff
2008-06-01
1
-5
/
+24
*
Fix <rdar://problem/5965704> clang: bad receiver type 'id const'
Steve Naroff
2008-05-31
1
-2
/
+3
*
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
Steve Naroff
2008-05-29
1
-1
/
+1
*
Restructure and simplify Sema::ObjCQualifiedIdTypesAreCompatible,
Chris Lattner
2008-04-20
1
-65
/
+64
*
move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.
Chris Lattner
2008-04-07
1
-0
/
+167
*
properly handle array decay in objc message exprs.
Chris Lattner
2008-04-02
1
-4
/
+4
*
Two changes to Sema::LookupDecl() interface.
Steve Naroff
2008-04-02
1
-2
/
+1
*
Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...
Steve Naroff
2008-04-01
1
-2
/
+2
*
Make sure Sema::ActOnClassMessage() correctly diagnoses "super".
Steve Naroff
2008-03-28
1
-1
/
+4
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+297
[prev]