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
/
Parse
/
ParseObjc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement code completion for @selector expressions
Douglas Gregor
2010-08-26
1
-0
/
+18
*
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-24
1
-29
/
+28
*
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-24
1
-15
/
+18
*
Provide code completion results for the context-sensitive Objective-C
Douglas Gregor
2010-08-24
1
-5
/
+10
*
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
1
-21
/
+19
*
Handling remaining rule for synthesize bitfields in
Fariborz Jahanian
2010-08-23
1
-1
/
+2
*
Introduce a new code-completion point when we're parsing a
Douglas Gregor
2010-08-23
1
-3
/
+3
*
Sundry incremental steps towards killing off Action.
John McCall
2010-08-23
1
-5
/
+5
*
DeclPtrTy -> Decl *
John McCall
2010-08-21
1
-90
/
+90
*
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-20
1
-3
/
+3
*
Once code completion has completed, pass a "completion context" on to
Douglas Gregor
2010-08-11
1
-3
/
+3
*
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-07-22
1
-1
/
+2
*
Support code completion for parameter names in Objective-C method
Douglas Gregor
2010-07-08
1
-0
/
+15
*
Introduce a new code-completion point prior to an identifier in the
Douglas Gregor
2010-07-08
1
-0
/
+11
*
Move the "current scope" state from the Parser into Action. This
Douglas Gregor
2010-07-02
1
-47
/
+47
*
Make the "extra ';' inside a struct or union" diagnostic more
Douglas Gregor
2010-06-16
1
-1
/
+1
*
Minor tweaks on doug's objc recovery patch: the caller
Chris Lattner
2010-05-31
1
-6
/
+4
*
When we see the a '[' in a postfix expression in Objective-C, perform
Douglas Gregor
2010-05-31
1
-0
/
+15
*
Implement a code-completion hook for the receiver of an Objective-C
Douglas Gregor
2010-05-27
1
-0
/
+7
*
Improve code completion in failure cases in two ways:
Douglas Gregor
2010-05-25
1
-24
/
+24
*
This patch deals with Sema Part of Setter/Getter synthesis
Fariborz Jahanian
2010-05-05
1
-5
/
+5
*
Cleanup error recovery for a missing '-'|'+'
Fariborz Jahanian
2010-04-26
1
-32
/
+24
*
Rework Parser-Sema interface for Objective-C @catch exception object
Douglas Gregor
2010-04-23
1
-4
/
+2
*
Improve the AST representation of Objective-C @try/@catch/@finally
Douglas Gregor
2010-04-23
1
-5
/
+12
*
Implement parsing for message sends in Objective-C++. Message sends in
Douglas Gregor
2010-04-21
1
-1
/
+114
*
Migrate the responsibility for turning the receiver name in an
Douglas Gregor
2010-04-21
1
-23
/
+9
*
Rework the Parser-Sema interaction for Objective-C message
Douglas Gregor
2010-04-21
1
-23
/
+81
*
Fix crash on invalid code where a @throw statement is not followed by a ';'
Ted Kremenek
2010-04-20
1
-1
/
+2
*
Feed proper source-location information into Sema::LookupSingleResult,
Douglas Gregor
2010-04-15
1
-3
/
+3
*
Fix a -pedantic spurious warning involving @dynamic.
Fariborz Jahanian
2010-04-14
1
-1
/
+5
*
Introduce a parsing action to distinguish between class, instance, and
Douglas Gregor
2010-04-14
1
-10
/
+11
*
fix a bug I noticed by inspection, correcting two reject-valid bugs.
Chris Lattner
2010-04-12
1
-1
/
+0
*
Have the parser decide whether a message to super is a variable or
Chris Lattner
2010-04-12
1
-2
/
+4
*
fix PR6811 by not parsing 'super' as a magic expression in
Chris Lattner
2010-04-11
1
-6
/
+13
*
Patch to implement gcc's cstyle arguments in objc
Fariborz Jahanian
2010-04-08
1
-4
/
+13
*
Implement code completion for Objective-C method declarations and
Douglas Gregor
2010-04-07
1
-0
/
+12
*
Patch to not build ivar ASTs when they are ilegally
Fariborz Jahanian
2010-04-06
1
-1
/
+2
*
Improve diagnosing when a method type does not start with '-'|'+'
Fariborz Jahanian
2010-04-02
1
-27
/
+41
*
Issue better syntax error when objc's messaging
Fariborz Jahanian
2010-03-31
1
-2
/
+5
*
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
1
-2
/
+2
*
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
1
-2
/
+2
*
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-03-31
1
-2
/
+2
*
Fixes access rues for ivars declared in class
Fariborz Jahanian
2010-03-22
1
-1
/
+1
*
Don't consume tokens past the end-of-file in an @interface. Fixes
Douglas Gregor
2010-03-16
1
-0
/
+4
*
Early support for declaring ivars in class extensions. wip.
Fariborz Jahanian
2010-02-22
1
-4
/
+8
*
Allow GNU attributes to appear in an Objective-C method declaration
Ted Kremenek
2010-02-18
1
-4
/
+10
*
Issue a bettter diagnostics for incorrect property setter name.
Fariborz Jahanian
2010-02-15
1
-1
/
+2
*
Clean up ownership of 'AttributeList' objects in Parser. Apparently
Ted Kremenek
2010-02-11
1
-6
/
+13
*
Simplify setting of DeclContext for @catch variable
Fariborz Jahanian
2010-02-03
1
-0
/
+1
*
Fix DeclContext of an objective-c @catch variable
Fariborz Jahanian
2010-02-03
1
-0
/
+1
[prev]
[next]