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
2008-09-26
Parser support for prefix __attribute__ on @protocol.
Daniel Dunbar
2008-09-26
Have @finally introduce a new scope.
Ted Kremenek
2008-09-19
Fix rdar://6222856: the receiver of a message expr is an
Chris Lattner
2008-08-26
Synthesize property setter method as we do for getter.
Daniel Dunbar
2008-08-23
Reserved C++ words are valid selectors in Objective-C++
Anders Carlsson
2008-08-23
we already have a handle on the 'in' keyword, don't bother getting two.
Chris Lattner
2008-08-23
Fix a FIXME by not creating an invalid AST on erroneous input. Also
Chris Lattner
2008-08-05
Move AsmLabel into Declarator instead of just a parameter to
Daniel Dunbar
2008-08-05
Fix rdar://6124613 a crash on invalid code.
Chris Lattner
2008-08-05
Add more Parser/Sema support for GCC asm-label extension.
Daniel Dunbar
2008-07-26
Pull protocol resolution of out ActOnStartClassInterface, this is also the
Chris Lattner
2008-07-26
refactor protocol resolution out of ActOnStartCategoryInterface
Chris Lattner
2008-07-26
pull protocol resolution out into ActOnStartProtocolInterface.
Chris Lattner
2008-07-25
gcc requires a semicolon at the end of an interface, unlike its extension for...
Chris Lattner
2008-07-25
Move fix in r54013 from the parser to sema.
Steve Naroff
2008-07-25
Fix Parser::ParseObjCMethodDefinition(). Only call the actions module for val...
Steve Naroff
2008-07-21
minor cleanup to the actions interface to pass around SmallVectorImpl instead
Chris Lattner
2008-06-06
Initial work on additional memory collection for ObjC AST objects. We now
Ted Kremenek
2008-06-04
Parser::ParseObjCSynchronizedStmt() needs to Enter/Exit a decl scope.
Steve Naroff
2008-06-03
Fix parser bug/FIXME with @catch.
Steve Naroff
2008-05-22
Make sure the source location for @property points the the @-sign (not the de...
Steve Naroff
2008-05-07
This patch introduces declaration of getter methods for ObjC2's
Fariborz Jahanian
2008-05-06
Patch to refactor setter/getter names of property attributes into Selector
Fariborz Jahanian
2008-05-05
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-04-29
Default visbility for instance variables is protected.
Fariborz Jahanian
2008-04-21
Support for @dynamic AST build.
Fariborz Jahanian
2008-04-18
Initial work for property implementation declarations.
Fariborz Jahanian
2008-04-14
New AST representation for each objc2's property declaration.
Fariborz Jahanian
2008-04-11
AST generation for objc2's property declarations.
Fariborz Jahanian
2008-04-11
Minor changes per Chris L's review.
Fariborz Jahanian
2008-04-10
Patch for:
Fariborz Jahanian
2008-04-10
refactor Parser::ParseStructDeclaration to return a vector of uninterpreted
Chris Lattner
2008-04-07
move sorting of qualifying protocols from the parser into
Chris Lattner
2008-03-17
clean up property memory allocation to move it into the ast classes
Chris Lattner
2008-03-16
minor cleanups, make getNumInstanceMethods always return unsigned.
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
[prev]