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
*
Implement automatic bracket insertion for Objective-C class message
Douglas Gregor
2010-09-16
1
-1
/
+1
*
Handle bracket insertion for Objective-C class messages in a very
Douglas Gregor
2010-09-15
1
-6
/
+6
*
Implement bracket insertion for Objective-C instance message sends as
Douglas Gregor
2010-09-15
1
-19
/
+30
*
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
1
-18
/
+18
*
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
John McCall
2010-08-25
1
-1
/
+1
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-2
/
+2
*
More header elimination. The goal of all this is to allow Parser to
John McCall
2010-08-24
1
-0
/
+1
*
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-24
1
-14
/
+14
*
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-24
1
-6
/
+6
*
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
1
-7
/
+5
*
Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()
Benjamin Kramer
2010-08-17
1
-2
/
+2
*
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
2010-08-12
1
-3
/
+3
*
Fix a spurious warning when message sent to qualified-id
Fariborz Jahanian
2010-08-10
1
-2
/
+1
*
Implements gcc's -Wstrict-selector-match.
Fariborz Jahanian
2010-08-09
1
-7
/
+13
*
Simplify global method pool implementation in Sema. No functionality change.
Sebastian Redl
2010-08-02
1
-1
/
+1
*
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-25
1
-7
/
+1
*
Vectors are not integer types, so the type system should not classify
Douglas Gregor
2010-07-23
1
-3
/
+2
*
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-07-22
1
-0
/
+5
*
When forming a function call or message send expression, be sure to
Douglas Gregor
2010-07-13
1
-4
/
+4
*
C return types must be complete as well.
Fariborz Jahanian
2010-06-16
1
-5
/
+6
*
Make sure result type of objc++ message expression is
Fariborz Jahanian
2010-06-16
1
-0
/
+5
*
Improve our handling of reference binding for subobjects of
Douglas Gregor
2010-05-22
1
-15
/
+19
*
Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...
Abramo Bagnara
2010-05-20
1
-1
/
+1
*
fix rdar://7985267 - Don't emit an error about a non-pod argument
Chris Lattner
2010-05-16
1
-1
/
+1
*
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-15
1
-4
/
+2
*
Objective-C++ Sema. Fix a bug in instantiation of receivers.
Fariborz Jahanian
2010-05-13
1
-1
/
+6
*
Objective-C++ Sema. Support for conversion of a C++
Fariborz Jahanian
2010-05-12
1
-0
/
+10
*
With -fno-constant-cfstrrings, class NSConstantString
Fariborz Jahanian
2010-04-23
1
-0
/
+15
*
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
[next]