index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parse
/
ParseObjc.cpp
Age
Commit message (
Expand
)
Author
2010-10-21
Teach the C++ simple-type-specifier parser and tentative parses about
Douglas Gregor
2010-10-12
Fix spelling error.
Cameron Esfahani
2010-10-02
Use ParseObjCSelectorPiece for parsing getter and setter names in @property d...
Anders Carlsson
2010-09-20
Refactor code completion for expressions that occur as arguments in
Douglas Gregor
2010-09-16
Implement automatic bracket insertion for Objective-C class message
Douglas Gregor
2010-09-15
Initialize TypeOrExpr to NULL to silence a false-positive uninitialized warning
Nick Lewycky
2010-09-15
Implement bracket insertion for Objective-C instance message sends as
Douglas Gregor
2010-09-07
Improve recovery when there is a stray ']' or ')' before the ';' at
Douglas Gregor
2010-09-03
Use std::string instead of llvm::StringRef to avoid dangling ref.
Fariborz Jahanian
2010-09-03
Use getSpelling to get original text of the
Fariborz Jahanian
2010-09-03
Patch to allow alternative representation of c++
Fariborz Jahanian
2010-08-27
handle :: in selectors in objc++ mode, rdar://8366474
Chris Lattner
2010-08-26
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
Implement code completion for @selector expressions
Douglas Gregor
2010-08-24
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-24
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-24
Provide code completion results for the context-sensitive Objective-C
Douglas Gregor
2010-08-23
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
Handling remaining rule for synthesize bitfields in
Fariborz Jahanian
2010-08-23
Introduce a new code-completion point when we're parsing a
Douglas Gregor
2010-08-23
Sundry incremental steps towards killing off Action.
John McCall
2010-08-21
DeclPtrTy -> Decl *
John McCall
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-11
Once code completion has completed, pass a "completion context" on to
Douglas Gregor
2010-07-22
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-07-08
Support code completion for parameter names in Objective-C method
Douglas Gregor
2010-07-08
Introduce a new code-completion point prior to an identifier in the
Douglas Gregor
2010-07-02
Move the "current scope" state from the Parser into Action. This
Douglas Gregor
2010-06-16
Make the "extra ';' inside a struct or union" diagnostic more
Douglas Gregor
2010-05-31
Minor tweaks on doug's objc recovery patch: the caller
Chris Lattner
2010-05-31
When we see the a '[' in a postfix expression in Objective-C, perform
Douglas Gregor
2010-05-27
Implement a code-completion hook for the receiver of an Objective-C
Douglas Gregor
2010-05-25
Improve code completion in failure cases in two ways:
Douglas Gregor
2010-05-05
This patch deals with Sema Part of Setter/Getter synthesis
Fariborz Jahanian
2010-04-26
Cleanup error recovery for a missing '-'|'+'
Fariborz Jahanian
2010-04-23
Rework Parser-Sema interface for Objective-C @catch exception object
Douglas Gregor
2010-04-23
Improve the AST representation of Objective-C @try/@catch/@finally
Douglas Gregor
2010-04-21
Implement parsing for message sends in Objective-C++. Message sends in
Douglas Gregor
2010-04-21
Migrate the responsibility for turning the receiver name in an
Douglas Gregor
2010-04-21
Rework the Parser-Sema interaction for Objective-C message
Douglas Gregor
2010-04-20
Fix crash on invalid code where a @throw statement is not followed by a ';'
Ted Kremenek
2010-04-15
Feed proper source-location information into Sema::LookupSingleResult,
Douglas Gregor
2010-04-14
Fix a -pedantic spurious warning involving @dynamic.
Fariborz Jahanian
2010-04-14
Introduce a parsing action to distinguish between class, instance, and
Douglas Gregor
2010-04-12
fix a bug I noticed by inspection, correcting two reject-valid bugs.
Chris Lattner
2010-04-12
Have the parser decide whether a message to super is a variable or
Chris Lattner
2010-04-11
fix PR6811 by not parsing 'super' as a magic expression in
Chris Lattner
2010-04-08
Patch to implement gcc's cstyle arguments in objc
Fariborz Jahanian
2010-04-07
Implement code completion for Objective-C method declarations and
Douglas Gregor
2010-04-06
Patch to not build ivar ASTs when they are ilegally
Fariborz Jahanian
[next]