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
*
Fix the recovery from missing semis on @property declarations to not consume
John McCall
2011-03-26
1
-2
/
+1
*
Insomniac refactoring: change how the parser allocates attributes so that
John McCall
2011-03-24
1
-18
/
+23
*
Call out ObjC parameter types as a different kind of declarator context
John McCall
2011-03-23
1
-1
/
+1
*
Make sure that we always pop a function's scope *before* we call
Douglas Gregor
2011-03-16
1
-6
/
+8
*
Place duplicate argument declaration in in
Fariborz Jahanian
2011-03-12
1
-7
/
+11
*
Clarify the context in which an Objective-C type name is being parsed
Douglas Gregor
2011-03-08
1
-6
/
+9
*
Implement a special code-completion pattern for "IBAction". Fixes
Douglas Gregor
2011-02-15
1
-1
/
+1
*
Fix scoping of method declarations and issue
Fariborz Jahanian
2011-02-09
1
-5
/
+14
*
Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and
Jeffrey Yasskin
2011-01-18
1
-4
/
+6
*
Use Parser::ExpectAndConsume() uniformly to eat semicolons after
Douglas Gregor
2011-01-05
1
-16
/
+4
*
Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCo...
Argyrios Kyrtzidis
2011-01-04
1
-2
/
+3
*
When in code-completion, skip obj-c method bodies for speed up.
Argyrios Kyrtzidis
2011-01-03
1
-0
/
+3
*
Refactor how we collect attributes during parsing, and add slots for attributes
John McCall
2010-12-24
1
-24
/
+32
*
Fix a major inconsistency in the representation of Objective-C
Douglas Gregor
2010-12-21
1
-9
/
+4
*
Warn when synthesizing a property which is
Fariborz Jahanian
2010-12-17
1
-0
/
+2
*
fix typo
Chris Lattner
2010-12-17
1
-1
/
+1
*
When parsing something that looks like an ill-formed
Douglas Gregor
2010-11-19
1
-3
/
+4
*
For an Objective-C @synthesize statement, e.g.,
Douglas Gregor
2010-11-17
1
-3
/
+4
*
Region-allocate all AttributeList objects from a factory object instead of ma...
Ted Kremenek
2010-11-10
1
-15
/
+6
*
Issues good diagnostic when @end is missing.
Fariborz Jahanian
2010-11-09
1
-0
/
+1
*
Diagnose a coherant message when @interface
Fariborz Jahanian
2010-11-02
1
-1
/
+6
*
Teach the C++ simple-type-specifier parser and tentative parses about
Douglas Gregor
2010-10-21
1
-0
/
+17
*
Fix spelling error.
Cameron Esfahani
2010-10-12
1
-1
/
+1
*
Use ParseObjCSelectorPiece for parsing getter and setter names in @property d...
Anders Carlsson
2010-10-02
1
-10
/
+17
*
Refactor code completion for expressions that occur as arguments in
Douglas Gregor
2010-09-20
1
-6
/
+36
*
Implement automatic bracket insertion for Objective-C class message
Douglas Gregor
2010-09-16
1
-0
/
+29
*
Initialize TypeOrExpr to NULL to silence a false-positive uninitialized warning
Nick Lewycky
2010-09-15
1
-1
/
+1
*
Implement bracket insertion for Objective-C instance message sends as
Douglas Gregor
2010-09-15
1
-0
/
+7
*
Improve recovery when there is a stray ']' or ')' before the ';' at
Douglas Gregor
2010-09-07
1
-1
/
+1
*
Use std::string instead of llvm::StringRef to avoid dangling ref.
Fariborz Jahanian
2010-09-03
1
-1
/
+1
*
Use getSpelling to get original text of the
Fariborz Jahanian
2010-09-03
1
-55
/
+21
*
Patch to allow alternative representation of c++
Fariborz Jahanian
2010-09-03
1
-1
/
+56
*
handle :: in selectors in objc++ mode, rdar://8366474
Chris Lattner
2010-08-27
1
-3
/
+7
*
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
1
-21
/
+21
*
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
[next]