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
2011-07-27
The lock operand to an @synchronized statement is also
John McCall
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-01
Introduce Declarator::ObjCCatchContext, this will result in correct error for...
Argyrios Kyrtzidis
2011-06-18
Remove dead variables.
Benjamin Kramer
2011-06-15
Automatic Reference Counting.
John McCall
2011-06-11
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-06-11
Restore 'atomic' as an attribute of objc
Fariborz Jahanian
2011-06-08
Remove 'atomic' as a property attribute keyword.
Fariborz Jahanian
2011-04-22
Fixes an instance method meta-data generation bug in
Fariborz Jahanian
2011-03-26
fix the second part of rdar://8366474 - clang fails to parse ObjC selectors w...
Chris Lattner
2011-03-26
Fix the recovery from missing semis on @property declarations to not consume
John McCall
2011-03-24
Insomniac refactoring: change how the parser allocates attributes so that
John McCall
2011-03-23
Call out ObjC parameter types as a different kind of declarator context
John McCall
2011-03-16
Make sure that we always pop a function's scope *before* we call
Douglas Gregor
2011-03-12
Place duplicate argument declaration in in
Fariborz Jahanian
2011-03-08
Clarify the context in which an Objective-C type name is being parsed
Douglas Gregor
2011-02-15
Implement a special code-completion pattern for "IBAction". Fixes
Douglas Gregor
2011-02-09
Fix scoping of method declarations and issue
Fariborz Jahanian
2011-01-18
Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and
Jeffrey Yasskin
2011-01-05
Use Parser::ExpectAndConsume() uniformly to eat semicolons after
Douglas Gregor
2011-01-04
Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCo...
Argyrios Kyrtzidis
2011-01-03
When in code-completion, skip obj-c method bodies for speed up.
Argyrios Kyrtzidis
2010-12-24
Refactor how we collect attributes during parsing, and add slots for attributes
John McCall
2010-12-21
Fix a major inconsistency in the representation of Objective-C
Douglas Gregor
2010-12-17
Warn when synthesizing a property which is
Fariborz Jahanian
2010-12-17
fix typo
Chris Lattner
2010-11-19
When parsing something that looks like an ill-formed
Douglas Gregor
2010-11-17
For an Objective-C @synthesize statement, e.g.,
Douglas Gregor
2010-11-10
Region-allocate all AttributeList objects from a factory object instead of ma...
Ted Kremenek
2010-11-09
Issues good diagnostic when @end is missing.
Fariborz Jahanian
2010-11-02
Diagnose a coherant message when @interface
Fariborz Jahanian
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
[prev]
[next]